diff options
author | Michele Calgaro <[email protected]> | 2018-09-24 23:58:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-24 23:58:40 +0900 |
commit | d538341d741e5cb55d342a0167c14a1e90f87f4d (patch) | |
tree | 6567b93da7d3f1257beeef5f269eed2d03cd88c0 /configure.in | |
parent | da82ee3d2e353aacdd75299124d8aa0deab41a79 (diff) | |
download | libkdcraw-d538341d741e5cb55d342a0167c14a1e90f87f4d.tar.gz libkdcraw-d538341d741e5cb55d342a0167c14a1e90f87f4d.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 7f4135a..194e19a 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 |