summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-14 14:06:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-14 14:06:16 +0900
commit576648d34975be4ffd56f4978ae5aa4988280e7b (patch)
treea262991f55b53c4b6198b1b1eebca964d1c67f39
parent70feeae250c073b7c579a9911f9215d47cc74bbf (diff)
downloadkmyfirewall-576648d34975be4ffd56f4978ae5aa4988280e7b.tar.gz
kmyfirewall-576648d34975be4ffd56f4978ae5aa4988280e7b.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4c1a20a..f57315e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1883,7 +1883,7 @@ else
all_includes="$KDE_INCLUDES $all_includes"
fi
-KDE_DEFAULT_CXXFLAGS="-DTQT_NO_ASCII_CAST -DTQT_NO_STL -DTQT_NO_COMPAT -DTQT_NO_TRANSLATION"
+KDE_DEFAULT_CXXFLAGS="-DTQT_NO_ASCII_CAST -DTQT_NO_STL -DTQT_NO_TRANSLATION"
KDE_LDFLAGS="-L$kde_libraries"
if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then