summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:34 +0900
commit3822225bbbd071c64b743c2814407b37a3213fcb (patch)
tree4462ad6011d8fc1c2cbd37942241bcad7cbfb932 /kcontrol
parent51537b9d77a793a0e0982ef32e902daefda1e53e (diff)
downloadtdebase-3822225bbbd071c64b743c2814407b37a3213fcb.tar.gz
tdebase-3822225bbbd071c64b743c2814407b37a3213fcb.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/ebrowsing/plugins/localdomain/Makefile.am2
-rw-r--r--kcontrol/ebrowsing/plugins/shorturi/Makefile.am2
-rw-r--r--kcontrol/locale/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/ebrowsing/plugins/localdomain/Makefile.am b/kcontrol/ebrowsing/plugins/localdomain/Makefile.am
index e9713b8ef..62d703d4d 100644
--- a/kcontrol/ebrowsing/plugins/localdomain/Makefile.am
+++ b/kcontrol/ebrowsing/plugins/localdomain/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am of tdebase/kcontrol/ebrowsing/plugins/localdomain
-AM_CPPFLAGS = $(all_includes) -DQT_NO_CAST_ASCII
+AM_CPPFLAGS = $(all_includes) -DTQT_NO_CAST_ASCII
kde_module_LTLIBRARIES = liblocaldomainurifilter.la
diff --git a/kcontrol/ebrowsing/plugins/shorturi/Makefile.am b/kcontrol/ebrowsing/plugins/shorturi/Makefile.am
index c9ad8e085..f4e1628e8 100644
--- a/kcontrol/ebrowsing/plugins/shorturi/Makefile.am
+++ b/kcontrol/ebrowsing/plugins/shorturi/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am of tdebase/kcontrol/ebrowsing/plugins/shorturi
-AM_CPPFLAGS = $(all_includes) -DQT_NO_CAST_ASCII
+AM_CPPFLAGS = $(all_includes) -DTQT_NO_CAST_ASCII
kde_module_LTLIBRARIES = libtdeshorturifilter.la
diff --git a/kcontrol/locale/Makefile.am b/kcontrol/locale/Makefile.am
index 6568f72dd..df5b46511 100644
--- a/kcontrol/locale/Makefile.am
+++ b/kcontrol/locale/Makefile.am
@@ -1,4 +1,4 @@
-#AM_CPPFLAGS = -DQT_NO_CAST_ASCII -DTQT_NO_COMPAT
+#AM_CPPFLAGS = -DTQT_NO_CAST_ASCII -DTQT_NO_COMPAT
AM_CPPFLAGS = $(all_includes)