diff options
Diffstat (limited to 'qtinterface/tqeventloop.cpp')
-rw-r--r-- | qtinterface/tqeventloop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/tqeventloop.cpp b/qtinterface/tqeventloop.cpp index ef322ca..d8f3d95 100644 --- a/qtinterface/tqeventloop.cpp +++ b/qtinterface/tqeventloop.cpp @@ -24,7 +24,7 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 -static TQEventLoop *eventLoop () +TQEventLoop *TQEventLoop::eventLoop () { return static_cast<TQEventLoop *>(QAbstractEventDispatcher::instance()); } |