summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqfont.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /src/kernel/ntqfont.h
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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