diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:57 +0900 |
commit | 4fc3ea959e5d6f7b1a05eacf4623efbb5b814f31 (patch) | |
tree | 3074ac3e6831a2d567be60a90022f26bd74b7ec5 /configure.in | |
parent | 5999814eb17f6b08722f7c301f991cdbc365b688 (diff) | |
download | kmyfirewall-4fc3ea959e5d6f7b1a05eacf4623efbb5b814f31.tar.gz kmyfirewall-4fc3ea959e5d6f7b1a05eacf4623efbb5b814f31.zip |
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 294f5c7..35c912e 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 |