diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:59:14 +0900 |
commit | 1f03bc47c5bf5f8bce24df2baf294151238ec06e (patch) | |
tree | 62cc231fe85adafc98e2211f0e9c6772fee9443f /configure.in | |
parent | 4179b615123a2f9686a77fc9ac34de4cf975e22f (diff) | |
download | tork-1f03bc47c5bf5f8bce24df2baf294151238ec06e.tar.gz tork-1f03bc47c5bf5f8bce24df2baf294151238ec06e.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 200a805..6e4c145 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.3.5) +KDE_USE_TQT(3.3.5) AC_PATH_KDE dnl ======================================================= dnl FILE: configure.in.in |