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 bccd665..6121c5e 100644
--- a/qicclient/client.hxx
+++ b/qicclient/client.hxx
@@ -2,10 +2,9 @@
#define QICCLIENT_CLIENT_HXX
#include <QObject>
-#include <icclient/product.h>
struct icclient_catalog;
-struct icclient_order;
+struct icclient_ord_order;
namespace ICClient {
@@ -53,7 +52,7 @@ namespace ICClient {
signals:
void gotAllProducts(icclient_catalog* catalog);
- void ordered(icclient_order* order);
+ void ordered(icclient_ord_order* order);
void loggedIn(QString const& userName);
void loggedOut();
};