diff options
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/controller.hxx b/controller.hxx index a3df9a9..dcfdb7c 100644 --- a/controller.hxx +++ b/controller.hxx @@ -3,7 +3,6 @@ #include <QThread> #include <qrtclient/ticket.hxx> -#include <qrtclient/client.hxx> class Controller : public QObject { @@ -15,7 +14,7 @@ class Controller : public QObject private: QThread thread; - class RTClient::TicketList* taskList; + RTClient::TicketList* taskList; }; #endif // CONTROLLER_HXX |