diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /src/kernel/tqeventloop_x11_glib.cpp | |
parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
download | tqt-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz tqt-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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)); } |