summaryrefslogtreecommitdiffstats
path: root/src/kernel/qfontengine_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qfontengine_x11.cpp')
-rw-r--r--src/kernel/qfontengine_x11.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qfontengine_x11.cpp b/src/kernel/qfontengine_x11.cpp
index d9d2f164..a736afa6 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"