diff options
Diffstat (limited to 'src/kernel/tqeventloop_x11_glib.cpp')
-rw-r--r-- | src/kernel/tqeventloop_x11_glib.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/tqeventloop_x11_glib.cpp b/src/kernel/tqeventloop_x11_glib.cpp index 28069fe1b..cf2126591 100644 --- a/src/kernel/tqeventloop_x11_glib.cpp +++ b/src/kernel/tqeventloop_x11_glib.cpp @@ -41,7 +41,7 @@ #include "tqeventloop_glib_p.h" // includes qplatformdefs.h #include "tqeventloop.h" -#include "ntqapplication.h" +#include "tqapplication.h" #include "tqbitarray.h" #include "tqcolor_p.h" #include "tqt_x11_p.h" @@ -140,7 +140,7 @@ static const int XKeyRelease = KeyRelease; #undef KeyPress #undef KeyRelease -// from qapplication.cpp +// from tqapplication.cpp extern bool tqt_is_gui_used; // from tqeventloop_unix.cpp @@ -339,7 +339,7 @@ bool TQEventLoop::processX11Events() case ClientMessage: { - // from qapplication_x11.cpp + // from tqapplication_x11.cpp extern Atom tqt_wm_protocols; extern Atom tqt_wm_take_focus; extern Atom qt_qt_scrolldone; @@ -645,7 +645,7 @@ bool TQEventLoop::hasPendingEvents() const TQMutexLocker locker( TQApplication::tqt_mutex ); #endif // TQT_THREAD_SUPPORT - extern uint qGlobalPostedEventsCount(); // from qapplication.cpp + extern uint qGlobalPostedEventsCount(); // from tqapplication.cpp return ( qGlobalPostedEventsCount() || ( (tqt_is_gui_used && TQApplication::isGuiThread()) ? XPending( TQPaintDevice::x11AppDisplay() ) : 0)); } |