summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqwindowdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqwindowdefs.h')
-rw-r--r--src/kernel/ntqwindowdefs.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kernel/ntqwindowdefs.h b/src/kernel/ntqwindowdefs.h
index b2e511871..604f5984c 100644
--- a/src/kernel/ntqwindowdefs.h
+++ b/src/kernel/ntqwindowdefs.h
@@ -147,12 +147,12 @@ typedef struct _XGC *GC;
typedef struct _XRegion *Region;
typedef unsigned long WId;
-Q_EXPORT Display *qt_xdisplay();
-Q_EXPORT int qt_xscreen();
-Q_EXPORT WId qt_xrootwin(); // ### REMOVE 4.0
-Q_EXPORT WId qt_xrootwin( int scrn ); // ### 4.0 add default arg of -1
-Q_EXPORT GC qt_xget_readonly_gc( int scrn, bool monochrome );
-Q_EXPORT GC qt_xget_temp_gc( int scrn, bool monochrome );
+Q_EXPORT Display *tqt_xdisplay();
+Q_EXPORT int tqt_xscreen();
+Q_EXPORT WId tqt_xrootwin(); // ### REMOVE 4.0
+Q_EXPORT WId tqt_xrootwin( int scrn ); // ### 4.0 add default arg of -1
+Q_EXPORT GC tqt_xget_readonly_gc( int scrn, bool monochrome );
+Q_EXPORT GC tqt_xget_temp_gc( int scrn, bool monochrome );
Q_EXPORT const char *tqAppClass(); // get application class
@@ -185,8 +185,8 @@ Q_EXPORT const char *tqAppName(); // get application name
// Misc functions
typedef void (*TQtCleanUpFunction)();
-Q_EXPORT void qAddPostRoutine( TQtCleanUpFunction );
-Q_EXPORT void qRemovePostRoutine( TQtCleanUpFunction );
+Q_EXPORT void tqAddPostRoutine( TQtCleanUpFunction );
+Q_EXPORT void tqRemovePostRoutine( TQtCleanUpFunction );
#if !defined(QT_CLEAN_NAMESPACE)
// source compatibility with TQt 2.x