diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:46 +0900 |
commit | f11de10a8741af789c3751cba89c3e60fd42a8e9 (patch) | |
tree | 1ec004d9f52b301927eb4a9dcbae7260d5f5f5a1 /configure.in | |
parent | 9e461d38f926f3b1f5ce761da45177453e909830 (diff) | |
download | gwenview-i18n-f11de10a8741af789c3751cba89c3e60fd42a8e9.tar.gz gwenview-i18n-f11de10a8741af789c3751cba89c3e60fd42a8e9.zip |
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 74ea528..cd41de6 100644 --- a/configure.in +++ b/configure.in @@ -57,7 +57,7 @@ dnl for NLS support. Call them in this order! dnl WITH_NLS is for the po files AM_KDE_WITH_NLS -KDE_USE_QT(3.2) +KDE_USE_TQT(3.2) AC_PATH_KDE dnl ======================================================= dnl FILE: configure.in.in |