diff options
author | Michele Calgaro <[email protected]> | 2018-09-24 23:59:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-24 23:59:13 +0900 |
commit | 7235cfe8be4cf046b8becbe7ced9aa9309168033 (patch) | |
tree | 64b8c390ef12c3739e3e9dd244ec5140acff678b /configure.in | |
parent | 857339940037e08cdee19b71bde74f5463a3bdd0 (diff) | |
download | tdeio-sword-7235cfe8be4cf046b8becbe7ced9aa9309168033.tar.gz tdeio-sword-7235cfe8be4cf046b8becbe7ced9aa9309168033.zip |
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <[email protected]>
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 59b2d10..d30b8de 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.0.0) +KDE_USE_TQT(3.0.0) AC_PATH_KDE dnl ======================================================= dnl FILE: configure.in.in |