summaryrefslogtreecommitdiffstats
path: root/doc/html/qfont-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qfont-h.html')
-rw-r--r--doc/html/qfont-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qfont-h.html b/doc/html/qfont-h.html
index 76f0b23c8..9bf038c80 100644
--- a/doc/html/qfont-h.html
+++ b/doc/html/qfont-h.html
@@ -87,7 +87,7 @@ class TQFontPrivate; /* don't touch */
class TQStringList;
class TQTextFormatCollection;
-class Q_EXPORT TQFont
+class TQ_EXPORT TQFont
{
public:
enum StyleHint {
@@ -377,8 +377,8 @@ private:
friend TQt::HANDLE qt_xft_handle(const TQFont &font);
#endif
#ifndef TQT_NO_DATASTREAM
- friend Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQFont & );
- friend Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQFont & );
+ friend TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQFont & );
+ friend TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQFont & );
#endif
TQFontPrivate *d;
@@ -400,8 +400,8 @@ inline void TQFont::setBold( bool enable )
*****************************************************************************/
#ifndef TQT_NO_DATASTREAM
-Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQFont & );
-Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQFont & );
+TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQFont & );
+TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQFont & );
#endif