summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqnamespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqnamespace.h')
-rw-r--r--src/kernel/ntqnamespace.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h
index 0d3d1b5e4..ef772989a 100644
--- a/src/kernel/ntqnamespace.h
+++ b/src/kernel/ntqnamespace.h
@@ -250,7 +250,7 @@ public:
WStyle_Splash = WStyle_NoBorder | WMacNoSheet | WStyle_Tool | WWinOwnDC,
#endif
WNoAutoErase = WRepaintNoErase | WResizeNoErase
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
,
WNorthWestGravity = WStaticContents,
WType_Modal = WType_Dialog | WShowModal,
@@ -303,7 +303,7 @@ public:
OpaqueMode
};
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
// documented in qpainter.cpp
enum PaintUnit { // paint unit
PixelUnit,
@@ -316,10 +316,10 @@ public:
#endif
// documented in qstyle.cpp
-#ifdef QT_NO_COMPAT
+#ifdef TQT_NO_COMPAT
enum GUIStyle {
WindowsStyle = 1, // ### TQt 4.0: either remove the obsolete enums or clean up compat vs.
- MotifStyle = 4, // ### QT_NO_COMPAT by reordering or combination into one enum.
+ MotifStyle = 4, // ### TQT_NO_COMPAT by reordering or combination into one enum.
GtkStyle = 6 // Gtk compability mode
};
#else
@@ -933,7 +933,7 @@ public:
DockRight,
DockLeft,
DockMinimized
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
,
Unmanaged = DockUnmanaged,
TornOff = DockTornOff,