diff options
author | Michele Calgaro <[email protected]> | 2018-09-24 23:58:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-24 23:58:43 +0900 |
commit | 7d97e86ff6aa101099c0f2dee25fefdb12a0ff04 (patch) | |
tree | 90526d1865a2be4465823cacd2a1f89d80e1c75e /configure.in | |
parent | e7172b547aef0815154a72bd040dc213f0d78e2c (diff) | |
download | basket-7d97e86ff6aa101099c0f2dee25fefdb12a0ff04.tar.gz basket-7d97e86ff6aa101099c0f2dee25fefdb12a0ff04.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 646583c..f457644 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 |