diff options
author | Michele Calgaro <[email protected]> | 2018-09-24 23:59:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-24 23:59:14 +0900 |
commit | b75f16881e6aa8a5368936f10aae5ce4428cbc15 (patch) | |
tree | fa6e70a1ee76e1b1f980d262580c4f11da79edb4 | |
parent | b72d5149808e102ea73aabb7e7d09ce9383eec49 (diff) | |
download | tderadio-b75f16881e6aa8a5368936f10aae5ce4428cbc15.tar.gz tderadio-b75f16881e6aa8a5368936f10aae5ce4428cbc15.zip |
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index dfdde39..1efbecc 100644 --- a/configure.in +++ b/configure.in @@ -59,7 +59,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.3) +KDE_USE_TQT(3.3) AC_PATH_KDE dnl ======================================================= dnl FILE: configure.in.in |