diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:01 +0900 |
commit | 28b9e09f6b0a23073d0fad4ba2d45f8fdd38a1bb (patch) | |
tree | f8ccefd9c83e200cd10e5a8d4f8f9ba2d771635d /configure.in | |
parent | 8783cd8565dc93c695efe971a7c6b1756622a1ec (diff) | |
download | konversation-28b9e09f6b0a23073d0fad4ba2d45f8fdd38a1bb.tar.gz konversation-28b9e09f6b0a23073d0fad4ba2d45f8fdd38a1bb.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 b2e6511..552eff5 100644 --- a/configure.in +++ b/configure.in @@ -59,7 +59,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 |