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 d9316433a..76f0b23c8 100644
--- a/doc/html/qfont-h.html
+++ b/doc/html/qfont-h.html
@@ -217,14 +217,14 @@ public:
TQString toString() const;
bool fromString(const TQString &);
-#ifndef QT_NO_STRINGLIST
+#ifndef TQT_NO_STRINGLIST
static TQString substitute(const TQString &);
static TQStringList substitutes(const TQString &);
static TQStringList substitutions();
static void insertSubstitution(const TQString&, const TQString &);
static void insertSubstitutions(const TQString&, const TQStringList &);
static void removeSubstitution(const TQString &);
-#endif //QT_NO_STRINGLIST
+#endif //TQT_NO_STRINGLIST
static void initialize();
static void cleanup();
#ifndef Q_WS_QWS
@@ -373,10 +373,10 @@ private:
friend class TQTextLayout;
friend class TQTextItem;
friend class TQGLContext;
-#if defined(Q_WS_X11) && !defined(QT_NO_XFTFREETYPE)
+#if defined(Q_WS_X11) && !defined(TQT_NO_XFTFREETYPE)
friend TQt::HANDLE qt_xft_handle(const TQFont &font);
#endif
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
friend Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQFont & );
friend Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQFont & );
#endif
@@ -399,7 +399,7 @@ inline void TQFont::setBold( bool enable )
TQFont stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQFont & );
Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQFont & );
#endif