From 4c3c7eaa2d225ecc0c16644f1a23e848bf539164 Mon Sep 17 00:00:00 2001 From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> Date: Mon, 2 Aug 2010 19:12:15 +0000 Subject: Starting work on Qt4 interface... git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1158413 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqeventloop.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qtinterface/tqeventloop.h') 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 -- cgit v1.2.1