summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqeventloop_x11.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /src/kernel/tqeventloop_x11.cpp
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt-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.cpp')
-rw-r--r--src/kernel/tqeventloop_x11.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/tqeventloop_x11.cpp b/src/kernel/tqeventloop_x11.cpp
index 743d48e70..13ba8c6af 100644
--- a/src/kernel/tqeventloop_x11.cpp
+++ b/src/kernel/tqeventloop_x11.cpp
@@ -38,7 +38,7 @@
#include "tqeventloop_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"
@@ -59,7 +59,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
@@ -170,7 +170,7 @@ bool TQEventLoop::processEvents( ProcessEventsFlags flags )
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;
@@ -405,7 +405,7 @@ bool TQEventLoop::processEvents( ProcessEventsFlags flags )
bool TQEventLoop::hasPendingEvents() const
{
- extern uint qGlobalPostedEventsCount(); // from qapplication.cpp
+ extern uint qGlobalPostedEventsCount(); // from tqapplication.cpp
return ( qGlobalPostedEventsCount() || XPending( TQPaintDevice::x11AppDisplay() ) );
}