summaryrefslogtreecommitdiffstats
path: root/doc/html/qpair-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpair-h.html')
-rw-r--r--doc/html/qpair-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qpair-h.html b/doc/html/qpair-h.html
index 615108d7..7ae8495d 100644
--- a/doc/html/qpair-h.html
+++ b/doc/html/qpair-h.html
@@ -125,7 +125,7 @@ Q_INLINE_TEMPLATES TQPair<T1, T2> qMakePair( const T1& x, const T2&amp
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 )
{