summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:59:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:59:03 +0900
commit77f2865a650fcd3e9ea5691907caf51e00b0906d (patch)
tree503b5244b9d131011293705c1781b855eddcd1d8
parente29ee6549653a37f66c2f37577ced1433f698f36 (diff)
downloadkrusader-77f2865a.tar.gz
krusader-77f2865a.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.in2
2 files changed, 5 insertions, 5 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 7246cf8..2ec0560 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1089,7 +1089,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>
@@ -1150,7 +1150,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
@@ -1238,7 +1238,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,
[
@@ -1302,7 +1302,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 b/configure.in
index 8dd236a..f581a9b 100644
--- a/configure.in
+++ b/configure.in
@@ -57,7 +57,7 @@ dnl for NLS support. Call them in this order!
dnl WITH_NLS is for the po files
AM_KDE_WITH_NLS
-KDE_USE_QT(3)
+KDE_USE_TQT(3)
AC_PATH_KDE
dnl =======================================================
dnl FILE: configure.in.in