diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:59 +0900 |
commit | ff2d40fe33dca5deddc5f0cfc8683f6a8c8afcb4 (patch) | |
tree | c14545c43e8582a456fcc04b8f64613b9d249896 /configure.in | |
parent | 44b8ae6ae704acce8c6fdeb26b0ba7eea0198af7 (diff) | |
download | knmap-ff2d40fe.tar.gz knmap-ff2d40fe.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 a444002..804a60b 100644 --- a/configure.in +++ b/configure.in @@ -53,7 +53,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 #MIN_CONFIG(3.2.0) |