diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:34 +0900 |
commit | 3822225bbbd071c64b743c2814407b37a3213fcb (patch) | |
tree | 4462ad6011d8fc1c2cbd37942241bcad7cbfb932 /kcontrol/ebrowsing/plugins | |
parent | 51537b9d77a793a0e0982ef32e902daefda1e53e (diff) | |
download | tdebase-3822225bbbd071c64b743c2814407b37a3213fcb.tar.gz tdebase-3822225bbbd071c64b743c2814407b37a3213fcb.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/ebrowsing/plugins')
-rw-r--r-- | kcontrol/ebrowsing/plugins/localdomain/Makefile.am | 2 | ||||
-rw-r--r-- | kcontrol/ebrowsing/plugins/shorturi/Makefile.am | 2 |
2 files changed, 2 insertions, 2 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 |