summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication_x11.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /src/kernel/qapplication_x11.cpp
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt-252a2ec8.tar.gz
tqt-252a2ec8.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
-rw-r--r--src/kernel/qapplication_x11.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index 47524c6a5..444271514 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -75,18 +75,18 @@
#include "ntqpixmapcache.h"
#include "tqdatetime.h"
#include "tqtextcodec.h"
-#include "ntqdatastream.h"
-#include "ntqbuffer.h"
-#include "ntqsocketnotifier.h"
+#include "tqdatastream.h"
+#include "tqbuffer.h"
+#include "tqsocketnotifier.h"
#include "tqsessionmanager.h"
#include "tqvaluelist.h"
#include "tqdict.h"
#include "ntqguardedptr.h"
-#include "ntqclipboard.h"
+#include "tqclipboard.h"
#include "ntqwhatsthis.h" // ######## dependency
-#include "ntqsettings.h"
+#include "tqsettings.h"
#include "tqstylefactory.h"
-#include "ntqfileinfo.h"
+#include "tqfileinfo.h"
// Input method stuff - UNFINISHED
#ifndef TQT_NO_IM
@@ -99,7 +99,7 @@
#endif
#if defined(QT_DEBUG) && defined(Q_OS_LINUX)
-# include "ntqfile.h"
+# include "tqfile.h"
#endif
#include "qt_x11_p.h"
@@ -435,8 +435,8 @@ TQ_EXPORT TQTextCodec * qt_input_mapper = 0;
TQ_EXPORT Time tqt_x_time = CurrentTime;
TQ_EXPORT Time tqt_x_user_time = CurrentTime;
-extern bool qt_check_clipboard_sentinel(); //def in qclipboard_x11.cpp
-extern bool qt_check_selection_sentinel(); //def in qclipboard_x11.cpp
+extern bool qt_check_clipboard_sentinel(); //def in tqclipboard_x11.cpp
+extern bool qt_check_selection_sentinel(); //def in tqclipboard_x11.cpp
static void qt_save_rootinfo();
bool tqt_try_modal( TQWidget *, XEvent * );