summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-13 15:45:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-13 15:45:03 +0900
commit90c2bc07c89d7a5774e551d918ea6f69132b478d (patch)
tree6249f1704e7c31f65e2a50e0823a9a57dff31116
parent674f59f6e29938cabc48bd5697dd507421c800b3 (diff)
downloadktorrent-90c2bc07c89d7a5774e551d918ea6f69132b478d.tar.gz
ktorrent-90c2bc07c89d7a5774e551d918ea6f69132b478d.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m42
-rw-r--r--aclocal.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index be94c35..18c1b43 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1907,7 +1907,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
diff --git a/aclocal.m4 b/aclocal.m4
index bb1b2f2..f14cb81 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1919,7 +1919,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