summaryrefslogtreecommitdiffstats
path: root/doc/html/qpointarray-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpointarray-h.html')
-rw-r--r--doc/html/qpointarray-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qpointarray-h.html b/doc/html/qpointarray-h.html
index 79941c3e..fa764284 100644
--- a/doc/html/qpointarray-h.html
+++ b/doc/html/qpointarray-h.html
@@ -121,7 +121,7 @@ public:
void makeEllipse( int x, int y, int w, int h );
void makeArc( int x, int y, int w, int h, int a1, int a2,
const TQWMatrix& );
-#ifndef QT_NO_BEZIER
+#ifndef TQT_NO_BEZIER
TQPointArray cubicBezier() const;
#endif
void* shortPoints( int index = 0, int nPoints = -1 ) const;
@@ -136,7 +136,7 @@ protected:
/*****************************************************************************
TQPointArray stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPointArray & );
Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPointArray & );
#endif