diff options
Diffstat (limited to 'doc/html/qpoint-h.html')
-rw-r--r-- | doc/html/qpoint-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qpoint-h.html b/doc/html/qpoint-h.html index f1e7d8442..64283b127 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 /***************************************************************************** |