From ce4313a6257fee35d97e07d22956f42916d4905c Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 16 Jul 2010 19:58:48 +0000 Subject: Initial code finished. Now comes the fun part... git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150797 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqapplication.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtinterface/tqapplication.h') diff --git a/qtinterface/tqapplication.h b/qtinterface/tqapplication.h index 6d03b76..5a3b53f 100644 --- a/qtinterface/tqapplication.h +++ b/qtinterface/tqapplication.h @@ -23,6 +23,7 @@ Boston, MA 02110-1301, USA. #define TQAPPLICATION_H #include +#include #ifdef USE_QT3 @@ -50,6 +51,7 @@ class QApplication : public IQApplication { // Essentially, the compiler needs to know that these Q functions exist so that the above I functions // are not attempted to link. Instead, these empty declarations allow the linker to pull in the complete Q function // from the Qt toolkit in use. Convoluted, yes, but it should make maintinance MUCH easier as the Qt API changes. +public: enum Type { Tty, GuiClient, GuiServer }; #ifdef Q_WS_S60 -- cgit v1.2.3