diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:55 +0900 |
commit | e476a46df5b0233e0c1a7e7a94bbe98510a166f8 (patch) | |
tree | 6fce992ca2a947083b4d269a5ccd88728b071dcf /configure.in | |
parent | 28065bd0fc6e9857a868414e7147f4e012657204 (diff) | |
download | kiosktool-e476a46d.tar.gz kiosktool-e476a46d.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 7895601..80b153d 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 |