From 4c3c7eaa2d225ecc0c16644f1a23e848bf539164 Mon Sep 17 00:00:00 2001 From: tpearson 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/tqapplication.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'qtinterface/tqapplication.cpp') diff --git a/qtinterface/tqapplication.cpp b/qtinterface/tqapplication.cpp index 07fe94a..fe12140 100644 --- a/qtinterface/tqapplication.cpp +++ b/qtinterface/tqapplication.cpp @@ -24,9 +24,14 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 -void QApplication::processOneEvent() +// void QApplication::processOneEvent() +// { +// #warning "!!! WARNING: QApplication::processOneEvent() UNIMPLEMENTED !!!" +// } + +static TQEventLoop *eventLoop() { - #warning "!!! WARNING: QApplication::processOneEvent() UNIMPLEMENTED !!!" + return TQEventLoop::eventLoop(); } #endif // USE_QT4 \ No newline at end of file -- cgit v1.2.3