diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:12:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:12:15 +0000 |
commit | 4c3c7eaa2d225ecc0c16644f1a23e848bf539164 (patch) | |
tree | e2ec7ae4bdc3be1f6ffbc999802b6db8db1ad9c3 /qtinterface/tqapplication.cpp | |
parent | 60cbdb4674377338156be84fc3890358e44f23ba (diff) | |
download | tqtinterface-4c3c7eaa2d225ecc0c16644f1a23e848bf539164.tar.gz tqtinterface-4c3c7eaa2d225ecc0c16644f1a23e848bf539164.zip |
Starting work on Qt4 interface...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1158413 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqapplication.cpp')
-rw-r--r-- | qtinterface/tqapplication.cpp | 9 |
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 |