summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:43:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:43:03 +0900
commitdc33fdc9a5ab0b4e609061aa9579e0f132218e57 (patch)
tree171356820642370a3cbf2097e2fa28591c0466da
parente318bd814cf2b67f99fa3933884909c2f16eea3e (diff)
downloadkmyfirewall-dc33fdc9.tar.gz
kmyfirewall-dc33fdc9.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--kmyfirewall/kmfwidgets/Makefile.am4
-rw-r--r--kmyfirewall/kmfwidgets/kmfqtdesignerplugin.cpp4
-rw-r--r--kmyfirewall/kmfwidgets/kmfqtdesignerplugin.h2
4 files changed, 10 insertions, 10 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index b558a33..ce592e6 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2023,7 +2023,7 @@ For more details about this problem, look at the end of config.log.])
AC_DEFUN([KDE_CHECK_KDEQTADDON],
[
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"
@@ -2039,8 +2039,8 @@ AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
[
QDomDocument 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
@@ -2048,9 +2048,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/kmyfirewall/kmfwidgets/Makefile.am b/kmyfirewall/kmfwidgets/Makefile.am
index f093bad..7f958ff 100644
--- a/kmyfirewall/kmfwidgets/Makefile.am
+++ b/kmyfirewall/kmfwidgets/Makefile.am
@@ -12,7 +12,7 @@ libkmfwidgets_la_SOURCES = kmfchecklistitem.cpp kmfchecklistoutput.cpp \
kmfipv4addresswidget.cpp kmflistview.cpp kmflistviewitem.cpp kmfmainwindow.cpp \
kmfmultiportwidget.cpp kmfmynetworkwidget.cpp kmfnethostpropertieswidget.cpp \
kmfnetworkwidget.cpp kmfnewdocdlg.cpp kmfobjectinfo.cpp kmfportwidget.cpp kmfprocout.cpp \
- kmfprotocollistview.cpp kmfprotocolpropertieswidget.cpp kmfqtdesignerplugin.cpp \
+ kmfprotocollistview.cpp kmfprotocolpropertieswidget.cpp kmftqtdesignerplugin.cpp \
kmfselectactivetarget.cpp kmfselectinterface.cpp kmfsystemsettingslinux.cpp \
kmftemplatechooser.cpp kmftransactionlog.cpp kmyfirewalldocumentinfo.ui \
kmyfirewallgenericinterfaceeditprotocolwidget.ui kmyfirewallhostwidget.ui kmyfirewallinterfacewidget.ui \
@@ -33,6 +33,6 @@ libkmfwidgetsinclude_HEADERS = kmfprocout.h kmflistview.h kmflistviewitem.h \
noinst_HEADERS = kmfdocumentinfo.h kmfhostwidget.h kmfinterfacewidget.h \
kmfipv4addresswidget.h kmfmynetworkwidget.h kmfnethostpropertieswidget.h kmfprotocollistview.h \
- kmfprotocolpropertieswidget.h kmfqtdesignerplugin.h kmfselectactivetarget.h kmfsystemsettingslinux.h \
+ kmfprotocolpropertieswidget.h kmftqtdesignerplugin.h kmfselectactivetarget.h kmfsystemsettingslinux.h \
kmftemplatechooser.h kmftransactionlog.h
diff --git a/kmyfirewall/kmfwidgets/kmfqtdesignerplugin.cpp b/kmyfirewall/kmfwidgets/kmfqtdesignerplugin.cpp
index bb366a6..63f305a 100644
--- a/kmyfirewall/kmfwidgets/kmfqtdesignerplugin.cpp
+++ b/kmyfirewall/kmfwidgets/kmfqtdesignerplugin.cpp
@@ -1,5 +1,5 @@
//
-// C++ Implementation: kmfqtdesignerplugin
+// C++ Implementation: kmftqtdesignerplugin
//
// Description:
//
@@ -9,7 +9,7 @@
// Copyright: See COPYING file that comes with this distribution
//
//
-#include "kmfqtdesignerplugin.h"
+#include "kmftqtdesignerplugin.h"
// TQt includes
diff --git a/kmyfirewall/kmfwidgets/kmfqtdesignerplugin.h b/kmyfirewall/kmfwidgets/kmfqtdesignerplugin.h
index 2839461..a463806 100644
--- a/kmyfirewall/kmfwidgets/kmfqtdesignerplugin.h
+++ b/kmyfirewall/kmfwidgets/kmfqtdesignerplugin.h
@@ -1,5 +1,5 @@
//
-// C++ Interface: kmfqtdesignerplugin
+// C++ Interface: kmftqtdesignerplugin
//
// Description:
//