summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqfont.h')
-rw-r--r--src/kernel/ntqfont.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/ntqfont.h b/src/kernel/ntqfont.h
index b3a0911fc..cdbd069d6 100644
--- a/src/kernel/ntqfont.h
+++ b/src/kernel/ntqfont.h
@@ -181,14 +181,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
@@ -337,10 +337,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
@@ -363,7 +363,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