summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqpair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ntqpair.h')
-rw-r--r--src/tools/ntqpair.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqpair.h b/src/tools/ntqpair.h
index 60f73f96..cc6cca22 100644
--- a/src/tools/ntqpair.h
+++ b/src/tools/ntqpair.h
@@ -90,7 +90,7 @@ Q_INLINE_TEMPLATES TQPair<T1, T2> qMakePair( const T1& x, const T2& y )
return TQPair<T1, T2>( x, y );
}
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
template <class T1, class T2>
inline TQDataStream& operator>>( TQDataStream& s, TQPair<T1, T2>& p )
{