summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--acinclude.m48
-rw-r--r--configure.in.in2
2 files changed, 5 insertions, 5 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 329755f..2bd31ad 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1083,7 +1083,7 @@ AC_SUBST(LIB_XEXT)
AC_DEFUN([KDE_PRINT_QT_PROGRAM],
[
-AC_REQUIRE([KDE_USE_QT])
+AC_REQUIRE([KDE_USE_TQT])
cat > conftest.$ac_ext <<EOF
#include "confdefs.h"
#include <qglobal.h>
@@ -1144,7 +1144,7 @@ cat >> conftest.$ac_ext <<EOF
EOF
])
-AC_DEFUN([KDE_USE_QT],
+AC_DEFUN([KDE_USE_TQT],
[
if test -z "$1"; then
# Current default Qt version: 3.3
@@ -1229,7 +1229,7 @@ fi
AC_DEFUN([KDE_CHECK_QT_DIRECT],
[
-AC_REQUIRE([KDE_USE_QT])
+AC_REQUIRE([KDE_USE_TQT])
AC_MSG_CHECKING([if Qt compiles without flags])
AC_CACHE_VAL(kde_cv_qt_direct,
[
@@ -1293,7 +1293,7 @@ dnl
AC_DEFUN([AC_PATH_TQT_1_3],
[
AC_REQUIRE([K_PATH_X])
-AC_REQUIRE([KDE_USE_QT])
+AC_REQUIRE([KDE_USE_TQT])
AC_REQUIRE([KDE_CHECK_LIB64])
dnl ------------------------------------------------------------------------
diff --git a/configure.in.in b/configure.in.in
index c3307f0..05e7e29 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -15,7 +15,7 @@ dnl Automake doc recommends to do this only here. (Janos)
AM_INIT_AUTOMAKE(bibletime, 1.6.6.0) dnl searches for some needed programs
KDE_SET_PREFIX
-KDE_USE_QT(3.0)
+KDE_USE_TQT(3.0)
dnl generate the config header
AC_CONFIG_HEADER([config.h]) dnl at the distribution this done