summaryrefslogtreecommitdiffstats
path: root/kdecompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecompat.h')
-rw-r--r--kdecompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecompat.h b/kdecompat.h
index 05fb2ab..f66336a 100644
--- a/kdecompat.h
+++ b/kdecompat.h
@@ -28,7 +28,7 @@
#endif
#ifndef QT_IS_VERSION
-#define QT_IS_VERSION(a,b,c) (QT_VERSION >= TDE_MAKE_VERSION(a,b,c))
+#define QT_IS_VERSION(a,b,c) (TQT_VERSION >= TDE_MAKE_VERSION(a,b,c))
#endif
#if TDE_VERSION < TDE_MAKE_VERSION(3,2,0)