summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:07:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:07:32 -0600
commitcf08c07abef6d1ea106a7320d4de90de4858c857 (patch)
treea0d1ccc77c0c3f5b5c066974970ae15cdbee5cf8 /aclocal.m4
parenta1bf77cd4a55828c26b9d4a57745508da6115e85 (diff)
downloadkaffeine-cf08c07abef6d1ea106a7320d4de90de4858c857.tar.gz
kaffeine-cf08c07abef6d1ea106a7320d4de90de4858c857.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 201606e..a599e9f 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1116,7 +1116,7 @@ EOF
if test $kde_qtsubver -gt 0; then
cat >> conftest.$ac_ext <<EOF
-#if QT_VERSION < 210
+#if TQT_VERSION < 210
#error 1
#endif
EOF
@@ -1213,22 +1213,22 @@ fi
if test -z "$3"; then
if test $kde_qtver = 3; then
if test $kde_qtsubver -gt 0; then
- kde_qt_verstring="QT_VERSION >= 0x03@VER@00 && QT_VERSION < 0x040000"
+ kde_qt_verstring="TQT_VERSION >= 0x03@VER@00 && TQT_VERSION < 0x040000"
qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*\(..\)$,\1,'`
kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s,@VER@,$qtsubver,"`
else
- kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
+ kde_qt_verstring="TQT_VERSION >= 300 && TQT_VERSION < 0x040000"
fi
fi
if test $kde_qtver = 2; then
if test $kde_qtsubver -gt 0; then
- kde_qt_verstring="QT_VERSION >= 222"
+ kde_qt_verstring="TQT_VERSION >= 222"
else
- kde_qt_verstring="QT_VERSION >= 200"
+ kde_qt_verstring="TQT_VERSION >= 200"
fi
fi
if test $kde_qtver = 1; then
- kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
+ kde_qt_verstring="TQT_VERSION >= 142 && TQT_VERSION < 200"
fi
else
kde_qt_verstring="$3"