summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:42:48 +0900
commita2c2bab218cea9c540eb9b35fbc377c01153a87a (patch)
treeb2485da8445446dcba962289b1d2254411595025
parent709c2c3d6d939b79a10809ffea9095e343192e1b (diff)
downloadlibtqt-perl-a2c2bab218cea9c540eb9b35fbc377c01153a87a.tar.gz
libtqt-perl-a2c2bab218cea9c540eb9b35fbc377c01153a87a.zip
qt -> tqt conversion:
kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m410
-rw-r--r--aclocal.m410
-rw-r--r--smoke/tqt/Makefile.am2
-rw-r--r--smoke/tqt/Makefile.in2
4 files changed, 12 insertions, 12 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5d6f425..8cbfb82 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1889,7 +1889,7 @@ For more details about this problem, look at the end of config.log.])
AC_DEFUN(KDE_CHECK_KDETQTADDON,
[
AC_MSG_CHECKING(for kde-qt-addon)
-AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
+AC_CACHE_VAL(kde_cv_have_kdetqtaddon,
[
kde_ldflags_safe="$LDFLAGS"
kde_libs_safe="$LIBS"
@@ -1905,8 +1905,8 @@ AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
[
TQDomDocument doc;
],
- kde_cv_have_kdeqtaddon=yes,
- kde_cv_have_kdeqtaddon=no
+ kde_cv_have_kdetqtaddon=yes,
+ kde_cv_have_kdetqtaddon=no
)
LDFLAGS=$kde_ldflags_safe
@@ -1914,9 +1914,9 @@ AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
CXXFLAGS=$kde_cxxflags_safe
])
-AC_MSG_RESULT($kde_cv_have_kdeqtaddon)
+AC_MSG_RESULT($kde_cv_have_kdetqtaddon)
-if test "$kde_cv_have_kdeqtaddon" = "no"; then
+if test "$kde_cv_have_kdetqtaddon" = "no"; then
AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first.
It is a separate package (and CVS module) named kde-qt-addon.])
fi
diff --git a/aclocal.m4 b/aclocal.m4
index 841a0c2..b7c6593 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1901,7 +1901,7 @@ For more details about this problem, look at the end of config.log.])
AC_DEFUN(KDE_CHECK_KDETQTADDON,
[
AC_MSG_CHECKING(for kde-qt-addon)
-AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
+AC_CACHE_VAL(kde_cv_have_kdetqtaddon,
[
kde_ldflags_safe="$LDFLAGS"
kde_libs_safe="$LIBS"
@@ -1917,8 +1917,8 @@ AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
[
TQDomDocument doc;
],
- kde_cv_have_kdeqtaddon=yes,
- kde_cv_have_kdeqtaddon=no
+ kde_cv_have_kdetqtaddon=yes,
+ kde_cv_have_kdetqtaddon=no
)
LDFLAGS=$kde_ldflags_safe
@@ -1926,9 +1926,9 @@ AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
CXXFLAGS=$kde_cxxflags_safe
])
-AC_MSG_RESULT($kde_cv_have_kdeqtaddon)
+AC_MSG_RESULT($kde_cv_have_kdetqtaddon)
-if test "$kde_cv_have_kdeqtaddon" = "no"; then
+if test "$kde_cv_have_kdetqtaddon" = "no"; then
AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first.
It is a separate package (and CVS module) named kde-qt-addon.])
fi
diff --git a/smoke/tqt/Makefile.am b/smoke/tqt/Makefile.am
index ac15f27..7454a91 100644
--- a/smoke/tqt/Makefile.am
+++ b/smoke/tqt/Makefile.am
@@ -11,7 +11,7 @@ libsmoketqt_la_LDFLAGS = -version-info 3:1:2 -no-undefined $(all_libraries) $(GL
# the libraries to link against.
libsmoketqt_la_LIBADD = $(LIB_TQT) $(GL_LIBS)
-# which sources should be compiled for perlqtkde
+# which sources should be compiled for perltqtkde
libsmoketqt_la_SOURCES = smokedata.cpp x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \
x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \
x_16.cpp x_17.cpp x_18.cpp x_19.cpp x_20.cpp
diff --git a/smoke/tqt/Makefile.in b/smoke/tqt/Makefile.in
index f6d7d8f..7e318af 100644
--- a/smoke/tqt/Makefile.in
+++ b/smoke/tqt/Makefile.in
@@ -208,7 +208,7 @@ libsmoketqt_la_LDFLAGS = -version-info 3:1:2 -no-undefined $(KDE_NO_UNDEFINED) $
# the libraries to link against.
libsmoketqt_la_LIBADD = $(LIB_TQT) $(GL_LIBS)
-# which sources should be compiled for perlqtkde
+# which sources should be compiled for perltqtkde
libsmoketqt_la_SOURCES = smokedata.cpp x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \
x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \
x_16.cpp x_17.cpp x_18.cpp x_19.cpp x_20.cpp