diff options
Diffstat (limited to 'src/kernel/qfontengine_x11.cpp')
-rw-r--r-- | src/kernel/qfontengine_x11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qfontengine_x11.cpp b/src/kernel/qfontengine_x11.cpp index d9d2f1640..a736afa64 100644 --- a/src/kernel/qfontengine_x11.cpp +++ b/src/kernel/qfontengine_x11.cpp @@ -1433,7 +1433,7 @@ void TQFontEngineLatinXLFD::setScale( double scale ) // ------------------------------------------------------------------ // #define FONTENGINE_DEBUG -#ifndef QT_NO_XFTFREETYPE +#ifndef TQT_NO_XFTFREETYPE class Q_HackPaintDevice : public TQPaintDevice { public: @@ -2232,7 +2232,7 @@ TQFontEngine::Type TQFontEngineXft::type() const // Open type support // -------------------------------------------------------------------------------------------------------------------- -#ifndef QT_NO_XFTFREETYPE +#ifndef TQT_NO_XFTFREETYPE #include "qscriptengine_p.h" |