summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqrect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqrect.h')
-rw-r--r--src/kernel/ntqrect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ntqrect.h b/src/kernel/ntqrect.h
index 426c17560..97cc62e80 100644
--- a/src/kernel/ntqrect.h
+++ b/src/kernel/ntqrect.h
@@ -158,7 +158,7 @@ Q_EXPORT bool operator!=( const TQRect &, const TQRect & );
/*****************************************************************************
TQRect stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQRect & );
Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQRect & );
#endif