summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:39 +0900
commit64c29e726d16523842a1ed9e5551192a950afefa (patch)
tree58f5335f3c99ba69407841ce7e9afc148a88dd86 /aclocal.m4
parentd39ed7f2be7186754e1db097d2b8309a3b207b7a (diff)
downloadksensors-64c29e726d16523842a1ed9e5551192a950afefa.tar.gz
ksensors-64c29e726d16523842a1ed9e5551192a950afefa.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 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index aeda09c..edc1023 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1790,7 +1790,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