diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:56 +0900 |
commit | 886313477e951cc1345f5d0d91cf428bed139852 (patch) | |
tree | 6f040b45e419c4fefe9e93a131ed18c2d6af6660 /configure.in | |
parent | 0b1cde443c830c371a40e8ddd7321d2ef2f5dccb (diff) | |
download | klcddimmer-886313477e951cc1345f5d0d91cf428bed139852.tar.gz klcddimmer-886313477e951cc1345f5d0d91cf428bed139852.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 eef5b0c..79caa2d 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) |