diff options
Diffstat (limited to 'qtinterface/tqeventloop.h')
-rw-r--r-- | qtinterface/tqeventloop.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qtinterface/tqeventloop.h b/qtinterface/tqeventloop.h index fb7f1b7..8ae2c8f 100644 --- a/qtinterface/tqeventloop.h +++ b/qtinterface/tqeventloop.h @@ -39,6 +39,13 @@ Boston, MA 02110-1301, USA. // For Qt4, some changes are needed #include <Qt/qeventloop.h> +#include <Qt/qabstracteventdispatcher.h> + +class TQEventLoop : public QAbstractEventDispatcher { +public: + static TQEventLoop *eventLoop (); + //void WaitForMore (); +}; #endif // USE_QT4 |