summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:15 +0900
commite06b4de6052b902020d15d411ee72d55dc7920cc (patch)
tree5edcccf2e2070bc9517fc8440904d5978c69eb51
parent2530646e41bd219a2b370327fd2bcdc233a47959 (diff)
downloadbasket-e06b4de6052b902020d15d411ee72d55dc7920cc.tar.gz
basket-e06b4de6052b902020d15d411ee72d55dc7920cc.zip
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION 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 7370c16..371f900 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1882,7 +1882,7 @@ else
all_includes="$KDE_INCLUDES $all_includes"
fi
-KDE_DEFAULT_CXXFLAGS="-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
+KDE_DEFAULT_CXXFLAGS="-DTQT_NO_ASCII_CAST -DTQT_NO_STL -DTQT_NO_COMPAT -DTQT_NO_TRANSLATION"
KDE_LDFLAGS="-L$kde_libraries"
if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then