diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:15 +0900 |
commit | ba1ae6a75c1f79024259c956ff263b9d83246ba6 (patch) | |
tree | 6384eaf17e6cfe2aff49ffb05f17036cfc2eb5bf /configure.in | |
parent | db4d86fb56b4bd4bcb59a2f65f0f439b6d3812e5 (diff) | |
download | yakuake-ba1ae6a75c1f79024259c956ff263b9d83246ba6.tar.gz yakuake-ba1ae6a75c1f79024259c956ff263b9d83246ba6.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 7083069..6ad8ea9 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 |