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 | 022d103a185eef986d681864742f71ce817d105d (patch) | |
tree | ebe07b93e1139fd5662971a0dd2ab52a12f7f065 /configure.in | |
parent | b8f84008f1ae6b697290fb7c1e3d2b5ce8f16dac (diff) | |
download | kbarcode-022d103a185eef986d681864742f71ce817d105d.tar.gz kbarcode-022d103a185eef986d681864742f71ce817d105d.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 6c09929..7c1c9cf 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 |