diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:08 +0900 |
commit | 4e3f8e7a4e74a929173353f9616660d131ad305d (patch) | |
tree | 69baeb5a7b2aedf467b847c8fbad31c92ee92dc7 /configure.in | |
parent | a0914b36c1379bbdf0a7226f33eae4ce80ec695a (diff) | |
download | kvkbd-4e3f8e7a4e74a929173353f9616660d131ad305d.tar.gz kvkbd-4e3f8e7a4e74a929173353f9616660d131ad305d.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 2e57022..b4b6708 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.0) +KDE_USE_TQT(3.2.0) AC_PATH_KDE dnl ======================================================= dnl FILE: configure.in.in |