summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqpoint.h')
-rw-r--r--src/kernel/ntqpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ntqpoint.h b/src/kernel/ntqpoint.h
index 731683a4..62b60f3a 100644
--- a/src/kernel/ntqpoint.h
+++ b/src/kernel/ntqpoint.h
@@ -99,7 +99,7 @@ private:
/*****************************************************************************
TQPoint stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPoint & );
Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPoint & );
#endif