summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqapplication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqapplication.cpp')
-rw-r--r--qtinterface/tqapplication.cpp9
1 files changed, 7 insertions, 2 deletions
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