summaryrefslogtreecommitdiffstats
path: root/kdesktop/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/main.cc')
-rw-r--r--kdesktop/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/main.cc b/kdesktop/main.cc
index 8bcde85e3..e15596ffb 100644
--- a/kdesktop/main.cc
+++ b/kdesktop/main.cc
@@ -43,7 +43,7 @@
#include <fcntl.h>
#include <stdlib.h>
-#if defined(Q_WS_X11) && defined(HAVE_XRENDER) && QT_VERSION >= 0x030300
+#if defined(Q_WS_X11) && defined(HAVE_XRENDER) && TQT_VERSION >= 0x030300
#define COMPOSITE
#endif