summaryrefslogtreecommitdiffstats
path: root/kword/mailmerge/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'kword/mailmerge/configure.in.in')
-rw-r--r--kword/mailmerge/configure.in.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/kword/mailmerge/configure.in.in b/kword/mailmerge/configure.in.in
index 24b2c4019..9bb5767e8 100644
--- a/kword/mailmerge/configure.in.in
+++ b/kword/mailmerge/configure.in.in
@@ -1,7 +1,7 @@
-dnl only compile the sql plugin if qt was compiled with sql support
+dnl only compile the sql plugin if tqt was compiled with sql support
-AC_MSG_CHECKING([for SQL support in QT])
+AC_MSG_CHECKING([for SQL support in TQt])
LIBS_SAVE_KWSL="$LIBS"
CXXFLAGS_SAVE_KWSL="$CXXFLAGS"
@@ -18,7 +18,7 @@ AC_TRY_COMPILE([
],
[
#ifdef TQT_NO_SQL
-#error "No QT-SQL support"
+#error "No TQt-SQL support"
#endif
],
ac_trycompile_kwsl_qtsql=yes,
@@ -31,11 +31,11 @@ AC_LANG_RESTORE
if eval "test \"`echo $ac_trycompile_kwsl_qtsql`\" = yes"; then
SQLDIR=sql
AC_SUBST(SQLDIR)
- AC_MSG_RESULT([QT supports SQL - compile qtsqlmailmerge])
+ AC_MSG_RESULT([TQt supports SQL - compile qtsqlmailmerge])
else
SQLDIR=
AC_SUBST(SQLDIR)
- AC_MSG_RESULT([QT supports SQL -- qtsqlmailmerge will not be built])
+ AC_MSG_RESULT([TQt supports SQL -- qtsqlmailmerge will not be built])
fi
AM_CONDITIONAL(include_sql, test -n "$SQLDIR")