diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:06 +0900 |
commit | 59334da27b03c6b6d97d4b4632e83387aecae5d1 (patch) | |
tree | 483cdfbece08682b70c057cf42546cc980411b0c /configure.in | |
parent | 4f16c1e25c0aa5e632e465b528c1eb418c313a82 (diff) | |
download | ksystemlog-59334da27b03c6b6d97d4b4632e83387aecae5d1.tar.gz ksystemlog-59334da27b03c6b6d97d4b4632e83387aecae5d1.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 316673f..622808e 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) |