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