summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:59:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:59:12 +0900
commit8d6e2175645be9be45a8c26625a8e0130d2fbda9 (patch)
treeab5c087c2d8c325bebdc47dfb6d943fd0a4edcb6
parentfeeb90dbfd0b27140f46a92b60cf7fb390123504 (diff)
downloadtdeio-ftps-8d6e2175.tar.gz
tdeio-ftps-8d6e2175.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 918fc73..cf7b9ec 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1084,7 +1084,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 <ntqglobal.h>
@@ -1145,7 +1145,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
@@ -1233,7 +1233,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,
[
@@ -1297,7 +1297,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 2910608..dc44c23 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
-dnl KDE_USE_QT
+dnl KDE_USE_TQT
AC_PATH_KDE
dnl =======================================================
dnl FILE: configure.in.in