summaryrefslogtreecommitdiffstats
path: root/src/compat
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat')
-rw-r--r--src/compat/ntqarray.h2
-rw-r--r--src/compat/ntqcollection.h2
-rw-r--r--src/compat/ntqlist.h2
-rw-r--r--src/compat/ntqqueue.h2
-rw-r--r--src/compat/ntqstack.h2
-rw-r--r--src/compat/ntqvector.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/compat/ntqarray.h b/src/compat/ntqarray.h
index dc29acdaa..4f266e542 100644
--- a/src/compat/ntqarray.h
+++ b/src/compat/ntqarray.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQARRAY_H
#define TQARRAY_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqmemarray.h"
#endif
#endif
diff --git a/src/compat/ntqcollection.h b/src/compat/ntqcollection.h
index e7ddd71d8..d285b6d40 100644
--- a/src/compat/ntqcollection.h
+++ b/src/compat/ntqcollection.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQCOLLECTION_H
#define TQCOLLECTION_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrcollection.h"
#endif
#endif
diff --git a/src/compat/ntqlist.h b/src/compat/ntqlist.h
index 444cb3be3..4d75178cc 100644
--- a/src/compat/ntqlist.h
+++ b/src/compat/ntqlist.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQLIST_H
#define TQLIST_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrlist.h"
#endif
#endif
diff --git a/src/compat/ntqqueue.h b/src/compat/ntqqueue.h
index 0af0f1c99..7165a2ed7 100644
--- a/src/compat/ntqqueue.h
+++ b/src/compat/ntqqueue.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQQUEUE_H
#define TQQUEUE_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrqueue.h"
#endif
#endif
diff --git a/src/compat/ntqstack.h b/src/compat/ntqstack.h
index 43d3ad9ac..41c5992f0 100644
--- a/src/compat/ntqstack.h
+++ b/src/compat/ntqstack.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQSTACK_H
#define TQSTACK_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrstack.h"
#endif
#endif
diff --git a/src/compat/ntqvector.h b/src/compat/ntqvector.h
index 116edaf38..54491f813 100644
--- a/src/compat/ntqvector.h
+++ b/src/compat/ntqvector.h
@@ -21,7 +21,7 @@
*****************************************************************************/
#ifndef TQVECTOR_H
#define TQVECTOR_H
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#include "ntqptrvector.h"
#endif
#endif