summaryrefslogtreecommitdiffstats
path: root/doc/html/qpoint-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpoint-h.html')
-rw-r--r--doc/html/qpoint-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qpoint-h.html b/doc/html/qpoint-h.html
index f1e7d844..64283b12 100644
--- a/doc/html/qpoint-h.html
+++ b/doc/html/qpoint-h.html
@@ -82,7 +82,7 @@ body { background: #ffffff; color: black; }
#endif // QT_H
-class Q_EXPORT TQPoint
+class TQ_EXPORT TQPoint
{
public:
TQPoint();
@@ -136,8 +136,8 @@ private:
TQPoint stream functions
*****************************************************************************/
#ifndef TQT_NO_DATASTREAM
-Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPoint & );
-Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPoint & );
+TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPoint & );
+TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQPoint & );
#endif
/*****************************************************************************