summaryrefslogtreecommitdiffstats
path: root/kexi
diff options
context:
space:
mode:
Diffstat (limited to 'kexi')
-rw-r--r--kexi/3rdparty/kolibs/koGlobal.cpp2
-rw-r--r--kexi/kexidb/parser/sqlparser.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/kexi/3rdparty/kolibs/koGlobal.cpp b/kexi/3rdparty/kolibs/koGlobal.cpp
index a375327fd..03c1b3e1c 100644
--- a/kexi/3rdparty/kolibs/koGlobal.cpp
+++ b/kexi/3rdparty/kolibs/koGlobal.cpp
@@ -61,7 +61,7 @@ KoGlobal::KoGlobal()
// Another way to get the DPI of the display would be TQPaintDeviceMetrics,
// but we have no widget here (and moving this to KoView wouldn't allow
// using this from the document easily).
-#ifdef Q_WS_X11
+#ifdef TQ_WS_X11
m_dpiX = TQPaintDevice::x11AppDpiX();
m_dpiY = TQPaintDevice::x11AppDpiY();
#else
diff --git a/kexi/kexidb/parser/sqlparser.y b/kexi/kexidb/parser/sqlparser.y
index a33978065..6e123f5ed 100644
--- a/kexi/kexidb/parser/sqlparser.y
+++ b/kexi/kexidb/parser/sqlparser.y
@@ -446,7 +446,7 @@
#include <assert.h>
#include <limits.h>
//TODO OK?
-#ifdef Q_WS_WIN
+#ifdef TQ_WS_WIN
//workaround for bug on msvc
# undef LLONG_MIN
#endif