diff options
author | Michele Calgaro <[email protected]> | 2023-06-09 17:29:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-09 17:29:45 +0900 |
commit | afb81ac10bd36b5aecc679a78ff4fca751bd065b (patch) | |
tree | 71118ed32d6d73204ed1f9f022e6fc31769fc97d /kstart | |
parent | 74eb1d78a9f6ca5112512d6a75a165a9f991a9d7 (diff) | |
download | tdebase-afb81ac10bd36b5aecc679a78ff4fca751bd065b.tar.gz tdebase-afb81ac10bd36b5aecc679a78ff4fca751bd065b.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kstart')
-rw-r--r-- | kstart/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |