diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-09 17:29:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-09 17:29:45 +0900 |
commit | afb81ac10bd36b5aecc679a78ff4fca751bd065b (patch) | |
tree | 71118ed32d6d73204ed1f9f022e6fc31769fc97d | |
parent | 74eb1d78a9f6ca5112512d6a75a165a9f991a9d7 (diff) | |
download | tdebase-afb81ac10bd36b5aecc679a78ff4fca751bd065b.tar.gz tdebase-afb81ac10bd36b5aecc679a78ff4fca751bd065b.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kcontrol/locale/Makefile.am | 2 | ||||
-rw-r--r-- | kstart/Makefile.am | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/kcontrol/locale/Makefile.am b/kcontrol/locale/Makefile.am index df5b46511..260d2ba94 100644 --- a/kcontrol/locale/Makefile.am +++ b/kcontrol/locale/Makefile.am @@ -1,5 +1,3 @@ -#AM_CPPFLAGS = -DTQT_NO_CAST_ASCII -DTQT_NO_COMPAT - AM_CPPFLAGS = $(all_includes) SUBDIRS = default pics diff --git a/kstart/Makefile.am b/kstart/Makefile.am index c182fb28c..9e261bae9 100644 --- a/kstart/Makefile.am +++ b/kstart/Makefile.am @@ -1,6 +1,6 @@ ####### Fiddle here -AM_CPPFLAGS = -DTQT_NO_CAST_ASCII -DTQT_NO_COMPAT +AM_CPPFLAGS = -DTQT_NO_CAST_ASCII INCLUDES = $(all_includes) |