summaryrefslogtreecommitdiffstats
path: root/kdecompat.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:08:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:08:40 -0600
commit6253301bb0416ee072c359c595d7558b1ce65b4d (patch)
treecfea0626f0d0ed1985d4fbabe028ed0bb721a37b /kdecompat.h
parentf5f2600959081159bf4ba430f73fb9f0019c2b42 (diff)
downloadkmymoney-6253301bb0416ee072c359c595d7558b1ce65b4d.tar.gz
kmymoney-6253301bb0416ee072c359c595d7558b1ce65b4d.zip
Update various qt function definitions and static methods for tqt3
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)