summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:58:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-24 23:58:52 +0900
commitba349a319edccc8fa9b321f5c4d52165f7c6149d (patch)
tree6eb09553fad0403ffff69f63d789d0c8f9bb33a7
parent2b9b335ce029fe22072964006fff4547f4a743ce (diff)
downloadkdpkg-ba349a31.tar.gz
kdpkg-ba349a31.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 88f79cb..e254688 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 33c113a..1d97264 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.2.0)
+KDE_USE_TQT(3.2.0)
AC_PATH_KDE
dnl =======================================================
dnl FILE: configure.in.in