summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication_x11.cpp
diff options
context:
space:
mode:
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 47524c6a..44427151 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 * );