diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:40 +0900 |
commit | a52f1702d4137b48354d9f685ede2dfc1e783c37 (patch) | |
tree | cd25f4923ec40deb81f5bd52a47c21eccf64aa7f /acinclude.m4 | |
parent | 23e448238be540eb649a506ad6acef3bc36af956 (diff) | |
download | ksplash-engine-moodin-a52f1702d4137b48354d9f685ede2dfc1e783c37.tar.gz ksplash-engine-moodin-a52f1702d4137b48354d9f685ede2dfc1e783c37.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 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 918af36..94e15fa 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1874,7 +1874,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 |