summaryrefslogtreecommitdiffstats
path: root/src/kernel/qprinter_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qprinter_unix.cpp')
-rw-r--r--src/kernel/qprinter_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qprinter_unix.cpp b/src/kernel/qprinter_unix.cpp
index 5141f7b1..3fed326c 100644
--- a/src/kernel/qprinter_unix.cpp
+++ b/src/kernel/qprinter_unix.cpp
@@ -126,7 +126,7 @@ TQPrinter::TQPrinter( PrinterMode m )
paper_source = OnlyOne;
switch ( m ) {
case ScreenResolution:
-#ifdef Q_WS_QWS
+#ifdef TQ_WS_QWS
res = 72;
#else
res = TQPaintDevice::x11AppDpiY();