summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-fr/acinclude.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:35 +0900
commitf15ea28dd5dcc6de11987aced9569b1bab644f19 (patch)
tree8cd3cbfbd383ee1a75b56303a8f4759b5f4b9eeb /koffice-i18n-fr/acinclude.m4
parent50f403cbd5e4c5fadd1dfbcbee60c1452712f363 (diff)
downloadkoffice-i18n-f15ea28dd5dcc6de11987aced9569b1bab644f19.tar.gz
koffice-i18n-f15ea28dd5dcc6de11987aced9569b1bab644f19.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>
Diffstat (limited to 'koffice-i18n-fr/acinclude.m4')
-rw-r--r--koffice-i18n-fr/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/koffice-i18n-fr/acinclude.m4 b/koffice-i18n-fr/acinclude.m4
index 7385cf77..c8c8fcb8 100644
--- a/koffice-i18n-fr/acinclude.m4
+++ b/koffice-i18n-fr/acinclude.m4
@@ -1883,7 +1883,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