summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:58:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:58:44 +0900
commit45df91ddb43b74b41c6abbde4a98f2d7ea4b1242 (patch)
treec75927ecd274dacfdb373fccacb2658c8e4b22a6
parent508b9768829e0021036bb688f93ae998c2e47fea (diff)
downloadbibletime-45df91ddb43b74b41c6abbde4a98f2d7ea4b1242.tar.gz
bibletime-45df91ddb43b74b41c6abbde4a98f2d7ea4b1242.zip
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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