diff options
author | Michele Calgaro <[email protected]> | 2018-09-24 23:59:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-24 23:59:03 +0900 |
commit | 77f2865a650fcd3e9ea5691907caf51e00b0906d (patch) | |
tree | 503b5244b9d131011293705c1781b855eddcd1d8 /configure.in | |
parent | e29ee6549653a37f66c2f37577ced1433f698f36 (diff) | |
download | krusader-77f2865a650fcd3e9ea5691907caf51e00b0906d.tar.gz krusader-77f2865a650fcd3e9ea5691907caf51e00b0906d.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 8dd236a..f581a9b 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) +KDE_USE_TQT(3) AC_PATH_KDE dnl ======================================================= dnl FILE: configure.in.in |