summaryrefslogtreecommitdiff
path: root/qicclient/client.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient/client.hxx')
-rw-r--r--qicclient/client.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx
index c554dab..984996c 100644
--- a/qicclient/client.hxx
+++ b/qicclient/client.hxx
@@ -8,7 +8,7 @@ namespace QICClient {
using std::shared_ptr;
class Catalog;
class Product;
- class Basket;
+ class Ord;
class Client : public QObject
{
@@ -51,8 +51,7 @@ namespace QICClient {
* \param catalog The catalog from which the item is.
* \param order The order.
*/
- void order(QString const& sku, Catalog const& catalog,
- Basket& order);
+ void order(QString const& sku, Catalog const& catalog, Ord& order);
public slots:
/*