diff options
Diffstat (limited to 'doc/html/qbrush-h.html')
-rw-r--r-- | doc/html/qbrush-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qbrush-h.html b/doc/html/qbrush-h.html index a960503bc..59ab87f4b 100644 --- a/doc/html/qbrush-h.html +++ b/doc/html/qbrush-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #endif // QT_H -class Q_EXPORT TQBrush: public TQt +class TQ_EXPORT TQBrush: public TQt { friend class TQPainter; public: @@ -123,8 +123,8 @@ private: *****************************************************************************/ #ifndef TQT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQBrush & ); -Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQBrush & ); +TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQBrush & ); +TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQBrush & ); #endif #endif // TQBRUSH_H |