summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqptrvector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ntqptrvector.h')
-rw-r--r--src/tools/ntqptrvector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqptrvector.h b/src/tools/ntqptrvector.h
index 046dc9486..e3034a6a3 100644
--- a/src/tools/ntqptrvector.h
+++ b/src/tools/ntqptrvector.h
@@ -109,7 +109,7 @@ template<class type> inline void TQPtrVector<type>::deleteItem( TQPtrCollection:
if ( del_item ) delete (type *)d;
}
-#ifndef QT_NO_COMPAT
+#ifndef TQT_NO_COMPAT
#define TQVector TQPtrVector
#endif