diff options
author | Michele Calgaro <[email protected]> | 2018-09-24 23:58:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-24 23:58:48 +0900 |
commit | f80cdf5ae8466fbfd29443de25e32c96dce2a8c9 (patch) | |
tree | f7d8c5edc8a3193ce45085915d3160b12289b1d3 /configure.in | |
parent | bc771202d43633af2bf567296cc9e2f8d8876f83 (diff) | |
download | kbibtex-f80cdf5ae8466fbfd29443de25e32c96dce2a8c9.tar.gz kbibtex-f80cdf5ae8466fbfd29443de25e32c96dce2a8c9.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 74b2cc7..6efa2f2 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 |