diff options
author | Michele Calgaro <[email protected]> | 2018-09-24 23:58:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-24 23:58:51 +0900 |
commit | a028b6f4d6940575408af07e5aeb2aaae45092c4 (patch) | |
tree | aea40b3971de408e5f129dfcd78352dfe9f7188a /configure.in | |
parent | e160b9ac8c5cf11659567a43ec15fe9a05e0c96f (diff) | |
download | kdiff3-a028b6f4d6940575408af07e5aeb2aaae45092c4.tar.gz kdiff3-a028b6f4d6940575408af07e5aeb2aaae45092c4.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 e03ff17..106d4c0 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 |