summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqvaluevector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ntqvaluevector.h')
-rw-r--r--src/tools/ntqvaluevector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ntqvaluevector.h b/src/tools/ntqvaluevector.h
index 7bc80c64..87dfd748 100644
--- a/src/tools/ntqvaluevector.h
+++ b/src/tools/ntqvaluevector.h
@@ -542,7 +542,7 @@ Q_INLINE_TEMPLATES Q_TYPENAME TQValueVector<T>::iterator TQValueVector<T>::inser
}
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
template<class T>
Q_INLINE_TEMPLATES TQDataStream& operator>>( TQDataStream& s, TQValueVector<T>& v )
{
@@ -570,7 +570,7 @@ Q_INLINE_TEMPLATES TQDataStream& operator<<( TQDataStream& s, const TQValueVecto
s << *it;
return s;
}
-#endif // QT_NO_DATASTREAM
+#endif // TQT_NO_DATASTREAM
#define Q_DEFINED_QVALUEVECTOR
#include "ntqwinexport.h"