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.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index c1d8345b1..ec94e78b5 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -92,7 +92,7 @@
#ifndef TQT_NO_IM
#include "tqinputcontext.h"
#endif // TQT_NO_IM
-#include "qinternal_p.h" // shared double buffer cleanup
+#include "tqinternal_p.h" // shared double buffer cleanup
#if defined(TQT_THREAD_SUPPORT)
# include "tqthread.h"
@@ -102,7 +102,7 @@
# include "tqfile.h"
#endif
-#include "qt_x11_p.h"
+#include "tqt_x11_p.h"
#if !defined(TQT_NO_XFTFREETYPE)
// XFree86 4.0.3 implementation is missing XftInitFtLibrary forward
@@ -849,7 +849,7 @@ void qt_x11_intern_atom( const char *name, Atom *result)
}
-static void qt_x11_process_intern_atoms()
+static void tqt_x11_process_intern_atoms()
{
if ( atoms_to_be_created ) {
#if defined(XlibSpecificationRelease) && (XlibSpecificationRelease >= 6)
@@ -2084,7 +2084,7 @@ void tqt_init_internal( int *argcptr, char **argv,
qt_x11_motifdnd_init();
// Finally create all atoms
- qt_x11_process_intern_atoms();
+ tqt_x11_process_intern_atoms();
// look for broken window managers
qt_detect_broken_window_manager();