diff options
author | Michele Calgaro <[email protected]> | 2018-09-24 23:59:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-24 23:59:03 +0900 |
commit | 9ed921f292ba4ae8e11ef0a06a258d885da99378 (patch) | |
tree | e55acb5c6c8d82c19dfb9eca5a063d97695e2132 /configure.in | |
parent | fdc43d6dd676fdf70a23372f4a7e2a26cc41317c (diff) | |
download | krename-9ed921f292ba4ae8e11ef0a06a258d885da99378.tar.gz krename-9ed921f292ba4ae8e11ef0a06a258d885da99378.zip |
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <[email protected]>
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 340c781..3690c04 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.0) +KDE_USE_TQT(3.0) AC_PATH_KDE dnl ======================================================= dnl FILE: configure.in.in |