diff options
Diffstat (limited to 'qicclient')
| -rw-r--r-- | qicclient/client.hxx | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 9af124d..6121c5e 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -4,7 +4,7 @@  #include <QObject>  struct icclient_catalog; -struct icclient_order; +struct icclient_ord_order;  namespace ICClient { @@ -52,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();  	}; |