summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-23 19:31:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-23 19:31:06 +0900
commitc295d595e9249794cf3c553e452a3341103c6e09 (patch)
tree37fcf862a483278b0e06efdb320ebddd7b2856ca
parentc6f6aa86d3d66887d4a8384b87dca8f8b26e65b6 (diff)
downloadkrecipes-c295d595e9249794cf3c553e452a3341103c6e09.tar.gz
krecipes-c295d595e9249794cf3c553e452a3341103c6e09.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--README4
-rw-r--r--acinclude.m498
-rw-r--r--configure.in6
-rw-r--r--doc/da/index.docbook6
-rw-r--r--doc/es/index.docbook6
-rw-r--r--doc/et/index.docbook6
-rw-r--r--doc/krecipes/index.docbook6
-rw-r--r--doc/man/krecipes.110
-rw-r--r--doc/pt/index.docbook6
-rw-r--r--doc/sv/index.docbook6
-rw-r--r--krecipes/src/Makefile.am2
-rw-r--r--krecipes/src/backends/Makefile.am2
-rw-r--r--krecipes/src/backends/MySQL/Makefile.am2
-rw-r--r--krecipes/src/backends/PostgreSQL/Makefile.am2
-rw-r--r--krecipes/src/backends/SQLite/Makefile.am2
-rw-r--r--krecipes/src/backends/SQLite/literecipedb.cpp1
-rw-r--r--krecipes/src/backends/qsqlrecipedb.cpp1
-rw-r--r--krecipes/src/datablocks/Makefile.am2
-rw-r--r--krecipes/src/dialogs/Makefile.am2
-rw-r--r--krecipes/src/dialogs/dbimportdialog.cpp3
-rw-r--r--krecipes/src/exporters/cookmlexporter.cpp1
-rw-r--r--krecipes/src/exporters/kreexporter.cpp1
-rw-r--r--krecipes/src/importers/Makefile.am2
-rw-r--r--krecipes/src/setupwizard.cpp3
-rw-r--r--krecipes/src/widgets/Makefile.am2
-rw-r--r--po/bg/krecipes.po2
-rw-r--r--po/cs/krecipes.po2
-rw-r--r--po/da/krecipes.po2
-rw-r--r--po/el/krecipes.po2
-rw-r--r--po/en_GB/krecipes.po2
-rw-r--r--po/es/krecipes.po2
-rw-r--r--po/et/krecipes.po2
-rw-r--r--po/fi/krecipes.po2
-rw-r--r--po/fr/krecipes.po2
-rw-r--r--po/gl/krecipes.po2
-rw-r--r--po/it/krecipes.po2
-rw-r--r--po/ja/krecipes.po2
-rw-r--r--po/ka/krecipes.po2
-rw-r--r--po/nb/krecipes.po2
-rw-r--r--po/nl/krecipes.po2
-rw-r--r--po/pl/krecipes.po2
-rw-r--r--po/pt/krecipes.po2
-rw-r--r--po/pt_BR/krecipes.po2
-rw-r--r--po/sl/krecipes.po2
-rw-r--r--po/sr/krecipes.po2
-rw-r--r--po/sr@Latn/krecipes.po2
-rw-r--r--po/sv/krecipes.po2
-rw-r--r--po/ta/krecipes.po2
-rw-r--r--po/tr/krecipes.po2
49 files changed, 112 insertions, 118 deletions
diff --git a/README b/README
index 453dfc6..ed5327b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Krecipes is a Recipe Book for TDE.
-First of all, make sure you have at least one of the three necessary databases installed: SQLite, MySQL, or PostgreSQL. In case you decide to use MySQL or PostgreSQL, make sure also that you have Qt's MySQL or PostgreSQL plugin properly installed. The program won't work without database support.
+First of all, make sure you have at least one of the three necessary databases installed: SQLite, MySQL, or PostgreSQL. In case you decide to use MySQL or PostgreSQL, make sure also that you have TQt's MySQL or PostgreSQL plugin properly installed. The program won't work without database support.
** Building The Latest (0.9) Release
@@ -9,7 +9,7 @@ First of all, make sure you have at least one of the three necessary databases i
tar -zxf krecipes-0.9.tar.gz
- And compile (see ./configure --help for more compile options like '--prefix' and '--with-qt-dir')
+ And compile (see ./configure --help for more compile options like '--prefix' and '--with-tqt-dir')
./configure
make
diff --git a/acinclude.m4 b/acinclude.m4
index acc1c4b..8be8c96 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -241,8 +241,8 @@ AC_DEFUN([KDE_FIND_PATH],
AC_DEFUN([KDE_MOC_ERROR_MESSAGE],
[
- AC_MSG_ERROR([No Qt meta object compiler (moc) found!
-Please check whether you installed Qt correctly.
+ AC_MSG_ERROR([No TQt meta object compiler (moc) found!
+Please check whether you installed TQt correctly.
You need to have a running moc binary.
configure tried to run $ac_cv_path_moc and the test didn't
succeed. If configure shouldn't have tried this one, set
@@ -253,8 +253,8 @@ configure.
AC_DEFUN([KDE_UIC_ERROR_MESSAGE],
[
- AC_MSG_WARN([No Qt ui compiler (uic) found!
-Please check whether you installed Qt correctly.
+ AC_MSG_WARN([No TQt ui compiler (uic) found!
+Please check whether you installed TQt correctly.
You need to have a running uic binary.
configure tried to run $ac_cv_path_uic and the test didn't
succeed. If configure shouldn't have tried this one, set
@@ -306,7 +306,7 @@ AC_DEFUN([AC_PATH_TQT_MOC_UIC],
for dir in $kde_qt_dirs; do
qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc"
done
- qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin"
+ qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/tqt/bin"
if test ! "$ac_qt_bindir" = "NO"; then
qt_bindirs="$ac_qt_bindir $qt_bindirs"
fi
@@ -378,7 +378,7 @@ if AC_TRY_EVAL(ac_link) && test -s conftest; then
else
AC_MSG_ERROR([your system fails at linking a small KDE application!
Check, if your compiler is installed correctly and if you have used the
-same compiler to compile Qt and tdelibs as you did use now.
+same compiler to compile TQt and tdelibs as you did use now.
For more details about this problem, look at the end of config.log.])
fi
@@ -854,21 +854,21 @@ AC_REQUIRE([KDE_CHECK_LIB64])
AC_ARG_ENABLE(
embedded,
- AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]),
+ AC_HELP_STRING([--enable-embedded],[link to TQt-embedded, don't use X]),
kde_use_qt_emb=$enableval,
kde_use_qt_emb=no
)
AC_ARG_ENABLE(
qtopia,
- AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]),
+ AC_HELP_STRING([--enable-qtopia],[link to TQt-embedded, link to the Qtopia Environment]),
kde_use_qt_emb_palm=$enableval,
kde_use_qt_emb_palm=no
)
AC_ARG_ENABLE(
mac,
- AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]),
+ AC_HELP_STRING([--enable-mac],[link to TQt/Mac (don't use X)]),
kde_use_qt_mac=$enableval,
kde_use_qt_mac=no
)
@@ -1026,7 +1026,7 @@ LIB_XEXT="-lXext"
QTE_NORTTI=""
elif test "$kde_use_qt_emb" = "yes"; then
- dnl We're using QT Embedded
+ dnl We're using TQt Embedded
CPPFLAGS=-DQWS
CXXFLAGS="$CXXFLAGS -fno-rtti"
QTE_NORTTI="-fno-rtti -DQWS"
@@ -1040,7 +1040,7 @@ elif test "$kde_use_qt_emb" = "yes"; then
x_includes=""
x_libraries=""
elif test "$kde_use_qt_mac" = "yes"; then
- dnl We're using QT/Mac (I use QT_MAC so that ntqglobal.h doesn't *have* to
+ dnl We're using TQt/Mac (I use QT_MAC so that ntqglobal.h doesn't *have* to
dnl be included to get the information) --Sam
CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
@@ -1105,7 +1105,7 @@ EOF
AC_DEFUN([KDE_USE_TQT],
[
if test -z "$1"; then
- # Current default Qt version: 3.3
+ # Current default TQt version: 3.3
kde_qtver=3
kde_qtsubver=3
else
@@ -1118,7 +1118,7 @@ else
fi
if test -z "$2"; then
- kde_qt_minversion=">= Qt 3.3 and < 4.0"
+ kde_qt_minversion=">= TQt 3.3 and < 4.0"
else
kde_qt_minversion="$2"
fi
@@ -1132,14 +1132,14 @@ else
fi
if test $kde_qtver = 3; then
- kde_qt_dirs="$TQTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3"
+ kde_qt_dirs="$TQTDIR /usr/lib/qt3 /usr/lib/tqt /usr/share/qt3"
fi
])
AC_DEFUN([KDE_CHECK_QT_DIRECT],
[
AC_REQUIRE([KDE_USE_TQT])
-AC_MSG_CHECKING([if Qt compiles without flags])
+AC_MSG_CHECKING([if TQt compiles without flags])
AC_CACHE_VAL(kde_cv_qt_direct,
[
AC_LANG_SAVE
@@ -1194,7 +1194,7 @@ fi
])
dnl ------------------------------------------------------------------------
-dnl Try to find the Qt headers and libraries.
+dnl Try to find the TQt headers and libraries.
dnl $(QT_LDFLAGS) will be -Ltqtliblocation (if needed)
dnl and $(TQT_INCLUDES) will be -Iqthdrlocation (if needed)
dnl ------------------------------------------------------------------------
@@ -1206,12 +1206,12 @@ AC_REQUIRE([KDE_USE_TQT])
AC_REQUIRE([KDE_CHECK_LIB64])
dnl ------------------------------------------------------------------------
-dnl Add configure flag to enable linking to MT version of Qt library.
+dnl Add configure flag to enable linking to MT version of TQt library.
dnl ------------------------------------------------------------------------
AC_ARG_ENABLE(
mt,
- AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]),
+ AC_HELP_STRING([--disable-mt],[link to non-threaded TQt (deprecated)]),
kde_use_qt_mt=$enableval,
[
if test $kde_qtver = 3; then
@@ -1246,7 +1246,7 @@ AC_SUBST(KDE_MT_LIBS)
kde_qt_was_given=yes
dnl ------------------------------------------------------------------------
-dnl If we haven't been told how to link to Qt, we work it out for ourselves.
+dnl If we haven't been told how to link to TQt, we work it out for ourselves.
dnl ------------------------------------------------------------------------
if test -z "$LIBTQT_GLOB"; then
if test "x$kde_use_qt_emb" = "xyes"; then
@@ -1257,12 +1257,12 @@ if test -z "$LIBTQT_GLOB"; then
fi
dnl ------------------------------------------------------------
-dnl If we got --enable-embedded then adjust the Qt library name.
+dnl If we got --enable-embedded then adjust the TQt library name.
dnl ------------------------------------------------------------
if test "x$kde_use_qt_emb" = "xyes"; then
tqtlib="qte"
else
- tqtlib="qt"
+ tqtlib="tqt"
fi
kde_int_qt="-l$tqtlib"
@@ -1283,7 +1283,7 @@ dnl ------------------------------------------------------------
fi
dnl ------------------------------------------------------------------------
-dnl If we got --enable-tqt-mt then adjust the Qt library name for the host.
+dnl If we got --enable-tqt-mt then adjust the TQt library name for the host.
dnl ------------------------------------------------------------------------
if test "x$kde_use_qt_mt" = "xyes"; then
@@ -1304,7 +1304,7 @@ if test $kde_qtver = 3; then
LIBTQT="$LIBTQT $LIBDL"
fi
-AC_MSG_CHECKING([for Qt])
+AC_MSG_CHECKING([for TQt])
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
LIBTQT="$LIBTQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
@@ -1312,35 +1312,35 @@ fi
ac_tqt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
qt_libraries=""
tqt_includes=""
-AC_ARG_WITH(qt-dir,
- AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
+AC_ARG_WITH(tqt-dir,
+ AC_HELP_STRING([--with-tqt-dir=DIR],[where the root of TQt is installed ]),
[ ac_tqt_includes="$withval"/include
ac_qt_libraries="$withval"/lib${tdelibsuff}
ac_qt_bindir="$withval"/bin
])
-AC_ARG_WITH(qt-includes,
- AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]),
+AC_ARG_WITH(tqt-includes,
+ AC_HELP_STRING([--with-tqt-includes=DIR],[where the TQt includes are. ]),
[
ac_tqt_includes="$withval"
])
kde_qt_libs_given=no
-AC_ARG_WITH(qt-libraries,
- AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]),
+AC_ARG_WITH(tqt-libraries,
+ AC_HELP_STRING([--with-tqt-libraries=DIR],[where the TQt library is installed.]),
[ ac_qt_libraries="$withval"
kde_qt_libs_given=yes
])
AC_CACHE_VAL(ac_cv_have_qt,
-[#try to guess Qt locations
+[#try to guess TQt locations
qt_incdirs=""
for dir in $kde_qt_dirs; do
qt_incdirs="$qt_incdirs $dir/include $dir"
done
-qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes"
+qt_incdirs="$QTINC $qt_incdirs /usr/local/tqt/include /usr/include/tqt /usr/include /usr/X11R6/include/X11/tqt /usr/X11R6/include/tqt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes"
if test ! "$ac_tqt_includes" = "NO"; then
qt_incdirs="$ac_tqt_includes $qt_incdirs"
fi
@@ -1354,12 +1354,12 @@ qt_libdirs=""
for dir in $kde_qt_dirs; do
qt_libdirs="$qt_libdirs $dir/lib${tdelibsuff} $dir"
done
-qt_libdirs="$TQTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
+qt_libdirs="$TQTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/tqt/lib $x_libraries"
if test ! "$ac_qt_libraries" = "NO"; then
qt_libdir=$ac_qt_libraries
else
qt_libdirs="$ac_qt_libraries $qt_libdirs"
- # if the Qt was given, the chance is too big that libtqt.* doesn't exist
+ # if the TQt was given, the chance is too big that libtqt.* doesn't exist
qt_libdir=NONE
for dir in $qt_libdirs; do
try="ls -1 $dir/${LIBTQT_GLOB}"
@@ -1414,14 +1414,14 @@ if test "$ac_tqt_includes" = NO || test "$ac_qt_libraries" = NO; then
else
if test "x$kde_use_qt_mt" = "xyes"; then
missing_qt_mt="
-Make sure that you have compiled Qt with thread support!"
+Make sure that you have compiled TQt with thread support!"
ac_qt_notfound="(library $tqtlib-mt)";
else
ac_qt_notfound="(library $tqtlib)";
fi
fi
- AC_MSG_ERROR([Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
+ AC_MSG_ERROR([TQt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
For more details about this problem, look at the end of config.log.$missing_qt_mt])
else
have_qt="yes"
@@ -1539,10 +1539,10 @@ if test "$kde_cv_uic_plugins" != yes; then
AC_MSG_ERROR([
you need to install tdelibs first.
-If you did install tdelibs, then the Qt version that is picked up by
+If you did install tdelibs, then the TQt version that is picked up by
this configure is not the same version you used to compile tdelibs.
-The Qt Plugin installed by tdelibs is *ONLY* loadable if it is the
-_same Qt version_, compiled with the _same compiler_ and the same Qt
+The TQt Plugin installed by tdelibs is *ONLY* loadable if it is the
+_same TQt version_, compiled with the _same compiler_ and the same TQt
configuration settings.
])
fi
@@ -1910,14 +1910,14 @@ For more details about this problem, look at the end of config.log.])
AC_DEFUN([KDE_CHECK_KDEQTADDON],
[
-AC_MSG_CHECKING(for kde-qt-addon)
+AC_MSG_CHECKING(for kde-tqt-addon)
AC_CACHE_VAL(kde_cv_have_kdetqtaddon,
[
kde_ldflags_safe="$LDFLAGS"
kde_libs_safe="$LIBS"
kde_cxxflags_safe="$CXXFLAGS"
- LIBS="-lkde-qt-addon $LIBTQT $LIBS"
+ LIBS="-lkde-tqt-addon $LIBTQT $LIBS"
CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/tde $all_includes"
LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS"
@@ -1939,8 +1939,8 @@ AC_CACHE_VAL(kde_cv_have_kdetqtaddon,
AC_MSG_RESULT($kde_cv_have_kdetqtaddon)
if test "$kde_cv_have_kdetqtaddon" = "no"; then
- AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first.
-It is a separate package (and CVS module) named kde-qt-addon.])
+ AC_MSG_ERROR([Can't find libkde-tqt-addon. You need to install it first.
+It is a separate package (and CVS module) named kde-tqt-addon.])
fi
])
@@ -2447,7 +2447,7 @@ AH_VERBATIM(_AC_CHECK_JPEG,
AC_DEFUN([KDE_CHECK_QT_JPEG],
[
if test -n "$LIBJPEG"; then
-AC_MSG_CHECKING([if Qt needs $LIBJPEG])
+AC_MSG_CHECKING([if TQt needs $LIBJPEG])
AC_CACHE_VAL(kde_cv_qt_jpeg,
[
AC_LANG_SAVE
@@ -3103,7 +3103,7 @@ AC_DEFUN([AC_CHECK_COMPILERS],
AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes")
if test "$CXX" = "KCC"; then
dnl unfortunately we currently cannot disable exception support in KCC
- dnl because doing so is binary incompatible and Qt by default links with exceptions :-(
+ dnl because doing so is binary incompatible and TQt by default links with exceptions :-(
dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"])
dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS= )
@@ -3264,7 +3264,7 @@ AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY],
[kde_have_gcc_visibility=$enableval],
[kde_have_gcc_visibility=no])
- AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
+ AC_CACHE_CHECK([if TQt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
[
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
@@ -3850,7 +3850,7 @@ AC_DEFUN([AC_HAVE_GL],
AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]),
gl_test=$withval, gl_test="yes")
if test "x$kde_use_qt_emb" = "xyes"; then
- # GL and Qt Embedded is a no-go for now.
+ # GL and TQt Embedded is a no-go for now.
ac_cv_have_gl=no
elif test "x$gl_test" = xno; then
ac_cv_have_gl=no
@@ -4539,7 +4539,7 @@ AC_LANG_RESTORE
if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
AC_MSG_RESULT(yes)
- AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the Qt extension qimgio available])
+ AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the TQt extension qimgio available])
AC_SUBST(LIBQIMGIO)
else
AC_MSG_RESULT(not found)
@@ -5360,13 +5360,13 @@ the end of config.log])
AC_DEFUN([KDE_INIT_DOXYGEN],
[
-AC_MSG_CHECKING([for Qt docs])
+AC_MSG_CHECKING([for TQt docs])
kde_qtdir=
if test "${with_qt_dir+set}" = set; then
kde_qtdir="$with_qt_dir"
fi
-AC_FIND_FILE(ntqsql.html, [ $kde_qtdir/doc/html $TQTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], TQTDOCDIR)
+AC_FIND_FILE(ntqsql.html, [ $kde_qtdir/doc/html $TQTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/tqt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/tqt/html ], TQTDOCDIR)
AC_MSG_RESULT($TQTDOCDIR)
AC_SUBST(TQTDOCDIR)
diff --git a/configure.in b/configure.in
index b6ea8d3..66860d0 100644
--- a/configure.in
+++ b/configure.in
@@ -318,15 +318,15 @@ fi
if test x$GXX = "xyes" -a x$kde_have_gcc_visibility = "xyes" -a x$kde_cv_val_qt_gcc_visibility_patched = "xno"; then
echo ""
- echo "Your GCC supports symbol visibility, but the patch for Qt supporting visibility"
+ echo "Your GCC supports symbol visibility, but the patch for TQt supporting visibility"
echo "was not included. Therefore, GCC symbol visibility support remains disabled."
echo ""
- echo "For better performance, consider including the Qt visibility supporting patch"
+ echo "For better performance, consider including the TQt visibility supporting patch"
echo "located at:"
echo ""
echo "http://bugs.kde.org/show_bug.cgi?id=109386"
echo ""
- echo "and recompile all of Qt and KDE. Note, this is entirely optional and"
+ echo "and recompile all of TQt and TDE. Note, this is entirely optional and"
echo "everything will continue to work just fine without it."
echo ""
fi
diff --git a/doc/da/index.docbook b/doc/da/index.docbook
index 34bb15b..197ff74 100644
--- a/doc/da/index.docbook
+++ b/doc/da/index.docbook
@@ -2491,9 +2491,9 @@ specific OS, (you wrote a graphical LILO configurator for example) put this
information here.
-->
-<para>For at bruge &krecipes; med heldigt resultat, skal du sørge for at du har mindst en af de to nødvendige databaser installeret: <emphasis>SQLite</emphasis> eller <emphasis>MySQL</emphasis>. Hvis du bestemmer dig for at bruge MySQL, så sørg for at du også har <emphasis>&Qt;'s MySQL-plugin</emphasis> rigtigt installeret. Programmet virker ikke uden databaseunderstøttelse. </para>
+<para>For at bruge &krecipes; med heldigt resultat, skal du sørge for at du har mindst en af de to nødvendige databaser installeret: <emphasis>SQLite</emphasis> eller <emphasis>MySQL</emphasis>. Hvis du bestemmer dig for at bruge MySQL, så sørg for at du også har <emphasis>&TQt;'s MySQL-plugin</emphasis> rigtigt installeret. Programmet virker ikke uden databaseunderstøttelse. </para>
-<para>&krecipes; kræver også &kde; &gt;= 3.1 og &Qt; &gt;= 3.1 </para>
+<para>&krecipes; kræver også &kde; &gt;= 3.1 og &TQt; &gt;= 3.1 </para>
<para>Hvis du kompilerer &krecipes; fra kildekode, kan du behøve følgende pakker (pakkenavne kan variere afhængig af distribution):</para>
@@ -2507,7 +2507,7 @@ information here.
<listitem><para>zlib-devel</para></listitem>
<listitem><para>XFree86-devel eller xorg-x11-devel eller libxorg-x11-devel</para></listitem>
<listitem><para>tdelibs-devel</para></listitem>
-<listitem><para>qt-devel eller libtqt3-devel</para></listitem>
+<listitem><para>tqt-devel eller libtqt3-devel</para></listitem>
</itemizedlist>
<para>&krecipes; har for øjeblikket understøttelse for at opbevare opskrifter med PostgreSQL-databasen, selvom det for øjeblikket anses for at være en betaversion. Ingen problemer er fundet med det, men indtil det er testet mere, er det markeret som om det ikke understøttes. </para>
diff --git a/doc/es/index.docbook b/doc/es/index.docbook
index f2e56fb..34efc6c 100644
--- a/doc/es/index.docbook
+++ b/doc/es/index.docbook
@@ -2491,9 +2491,9 @@ specific OS, (you wrote a graphical LILO configurator for example) put this
information here.
-->
-<para>Para una utilización correcta de &krecipes;, asegúres de que tiene al menos un de las siguientes dos bases de datos instaladas: <emphasis>SQLite</emphasis> o <emphasis>MySQL</emphasis>. En el caso de que decida utilizar MySQL, asegúrese de que también esté instalada correctamente <emphasis>la extensión MySQL de &Qt;</emphasis>. El programa no funcionará sin soporte de base de datos. </para>
+<para>Para una utilización correcta de &krecipes;, asegúres de que tiene al menos un de las siguientes dos bases de datos instaladas: <emphasis>SQLite</emphasis> o <emphasis>MySQL</emphasis>. En el caso de que decida utilizar MySQL, asegúrese de que también esté instalada correctamente <emphasis>la extensión MySQL de &TQt;</emphasis>. El programa no funcionará sin soporte de base de datos. </para>
-<para>&krecipes; también precisa &kde; &gt;= 3.1 y &Qt; &gt;= 3.1. </para>
+<para>&krecipes; también precisa &kde; &gt;= 3.1 y &TQt; &gt;= 3.1. </para>
<para>Si está compilando &krecipes; desde los fuentes, puede necesitar los siguientes paquetes (los nombres de los paquetes pueden variar dependiendo de su distribución):</para>
@@ -2507,7 +2507,7 @@ information here.
<listitem><para>zlib-devel.</para></listitem>
<listitem><para>XFree86-devel, xorg-x11-devel o libxorg-x11-devel.</para></listitem>
<listitem><para>tdelibs-devel.</para></listitem>
-<listitem><para>qt-devel o libtqt3-devel.</para></listitem>
+<listitem><para>tqt-devel o libtqt3-devel.</para></listitem>
</itemizedlist>
<para>&krecipes; en estos momentos tiene soporte para almacenar recetas en una base de datos PostgreSQL que se considera beta. No se han encontrado problemas en ella, pero hasta que no se pruebe más, estará marcada como no soportada. </para>
diff --git a/doc/et/index.docbook b/doc/et/index.docbook
index 5f4f4c9..c754366 100644
--- a/doc/et/index.docbook
+++ b/doc/et/index.docbook
@@ -2075,9 +2075,9 @@ specific OS, (you wrote a graphical LILO configurator for example) put this
information here.
-->
-<para>&krecipes;e edukaks kasutamiseks peab olema paigaldatud vähemalt üks kahest andmebaasist: <emphasis>SQLite</emphasis> või <emphasis>MySQL</emphasis>. MySQL-i korral peab olema paigaldatud ka <emphasis>&Qt;'s MySQL-i plugin</emphasis>. Ilma andmebaasitoetuseta rakendus ei tööta. </para>
+<para>&krecipes;e edukaks kasutamiseks peab olema paigaldatud vähemalt üks kahest andmebaasist: <emphasis>SQLite</emphasis> või <emphasis>MySQL</emphasis>. MySQL-i korral peab olema paigaldatud ka <emphasis>&TQt;'s MySQL-i plugin</emphasis>. Ilma andmebaasitoetuseta rakendus ei tööta. </para>
-<para>&krecipes;ele on vajalikud ka &kde; &gt;= 3.1 ja &Qt; &gt;= 3.1. </para>
+<para>&krecipes;ele on vajalikud ka &kde; &gt;= 3.1 ja &TQt; &gt;= 3.1. </para>
<para>&krecipes;t lähtekoodist kompileerides on vajalikud järgmised paketid (nende nimed võivad sõltuvalt distributsioonist veidi erineda):</para>
@@ -2091,7 +2091,7 @@ information here.
<listitem><para>zlib-devel</para></listitem>
<listitem><para>XFree86-devel või xorg-x11-devel või libxorg-x11-devel</para></listitem>
<listitem><para>tdelibs-devel</para></listitem>
-<listitem><para>qt-devel või libtqt3-devel</para></listitem>
+<listitem><para>tqt-devel või libtqt3-devel</para></listitem>
</itemizedlist>
<para>&krecipes; toetab ka retseptide salvestamist PostgreSQL andmebaasi, kuigi toetus on veel arendusjärgus. Seni pole küll probleeme leitud, aga kuni teste pole põhjalikumalt läbi viidud, hindame seda mittetoetatuks. </para>
diff --git a/doc/krecipes/index.docbook b/doc/krecipes/index.docbook
index 6cf2589..7679a79 100644
--- a/doc/krecipes/index.docbook
+++ b/doc/krecipes/index.docbook
@@ -3056,11 +3056,11 @@ information here.
-->
<para>
-In order to successfully use &krecipes;, make sure you have at least one of the two necessary databases installed: <emphasis>SQLite</emphasis> or <emphasis>MySQL</emphasis>. In case you decide to use MySQL, make sure also that you have <emphasis>&Qt;'s MySQL plugin</emphasis> properly installed. The program won't work without database support.
+In order to successfully use &krecipes;, make sure you have at least one of the two necessary databases installed: <emphasis>SQLite</emphasis> or <emphasis>MySQL</emphasis>. In case you decide to use MySQL, make sure also that you have <emphasis>&TQt;'s MySQL plugin</emphasis> properly installed. The program won't work without database support.
</para>
<para>
-&krecipes; also requires &kde; &gt;= 3.1 and &Qt; &gt;= 3.1
+&krecipes; also requires &kde; &gt;= 3.1 and &TQt; &gt;= 3.1
</para>
<para>If you are compiling &krecipes; from source, you may need the following packages (package names may vary depending upon your distribution):</para>
@@ -3075,7 +3075,7 @@ In order to successfully use &krecipes;, make sure you have at least one of the
<listitem><para>zlib-devel</para></listitem>
<listitem><para>XFree86-devel or xorg-x11-devel or libxorg-x11-devel</para></listitem>
<listitem><para>tdelibs-devel</para></listitem>
-<listitem><para>qt-devel or libtqt3-devel</para></listitem>
+<listitem><para>tqt-devel or libtqt3-devel</para></listitem>
</itemizedlist>
<para>
diff --git a/doc/man/krecipes.1 b/doc/man/krecipes.1
index aaf56f7..1362041 100644
--- a/doc/man/krecipes.1
+++ b/doc/man/krecipes.1
@@ -19,7 +19,7 @@
Krecipes \- The TDE Cookbook
.SH SYNOPSIS
.B krecipes
-[Qt\-options] [TDE\-options] [options]
+[TQt\-options] [TDE\-options] [options]
.SH DESCRIPTION
.B Krecipes
is a program that lets you to manage your recipes, create shopping
@@ -38,8 +38,8 @@ Convert the current SQLite 2.x database to SQLite 3 and exit
.B \-\-help
Show help about options
.TP
-.B \-\-help\-qt
-Show Qt specific options
+.B \-\-help\-tqt
+Show TQt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
@@ -58,7 +58,7 @@ Show license information
.TP
.B \-\-
End of options
-.SS Qt options
+.SS TQt options
.TP
.B \-\-display <displayname>
Use the X\-server display 'displayname'
@@ -76,7 +76,7 @@ display, if the application is using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
-tells Qt to never grab the mouse or the keyboard
+tells TQt to never grab the mouse or the keyboard
.TP
.B --dograb
running under a debugger can cause an implicit \-nograb, use \-dograb
diff --git a/doc/pt/index.docbook b/doc/pt/index.docbook
index d40c9a1..e7fa89a 100644
--- a/doc/pt/index.docbook
+++ b/doc/pt/index.docbook
@@ -2890,9 +2890,9 @@ specific OS, (you wrote a graphical LILO configurator for example) put this
information here.
-->
-<para>Para usar com sucesso o &krecipes;, certifique-se que tem pelo menos uma das duas bases de dados instaladas: o <emphasis>SQLite</emphasis> ou o <emphasis>MySQL</emphasis>. No caso de optar por usar o MySQL, certifique-se que também tem o <emphasis>'plugin' de MySQL do &Qt;</emphasis> devidamente instalado. O programa não irá funcionar sem qualquer suporte para bases de dados. </para>
+<para>Para usar com sucesso o &krecipes;, certifique-se que tem pelo menos uma das duas bases de dados instaladas: o <emphasis>SQLite</emphasis> ou o <emphasis>MySQL</emphasis>. No caso de optar por usar o MySQL, certifique-se que também tem o <emphasis>'plugin' de MySQL do &TQt;</emphasis> devidamente instalado. O programa não irá funcionar sem qualquer suporte para bases de dados. </para>
-<para>&krecipes; também necessita do &kde; &gt;= 3.1 e do &Qt; &gt;= 3.1 </para>
+<para>&krecipes; também necessita do &kde; &gt;= 3.1 e do &TQt; &gt;= 3.1 </para>
<para>Se você estiver a compilar o &krecipes; a partir do código, poderá necessitar dos seguintes pacotes (os nomes dos mesmos poderão variar de acordo com a sua distribuição):</para>
@@ -2906,7 +2906,7 @@ information here.
<listitem><para>zlib-devel</para></listitem>
<listitem><para>XFree86-devel, xorg-x11-devel ou libxorg-x11-devel</para></listitem>
<listitem><para>tdelibs-devel</para></listitem>
-<listitem><para>qt-devel ou libtqt3-devel</para></listitem>
+<listitem><para>tqt-devel ou libtqt3-devel</para></listitem>
</itemizedlist>
<para>O &krecipes; tem suporte, de momento, para guardar as receitas numa base de dados PostgreSQL, ainda que seja considerado numa versão 'beta'. Ainda não foram encontrados problemas com ele, mas até que sejam feitos mais testes, será marcado como não suportado. </para>
diff --git a/doc/sv/index.docbook b/doc/sv/index.docbook
index 250c4e1..5e09ae6 100644
--- a/doc/sv/index.docbook
+++ b/doc/sv/index.docbook
@@ -2491,9 +2491,9 @@ specific OS, (you wrote a graphical LILO configurator for example) put this
information here.
-->
-<para>För att använda Krecept med lyckat resultat, försäkra dig om att du har minst en av de två nödvändiga databaserna installerad: <emphasis>SQLite</emphasis> eller <emphasis>MySQL</emphasis>. Om du bestämmer dig för att använda MySQL, försäkra dig om att du också har <emphasis>&Qt;:s MySQL-insticksmodul</emphasis> riktigt installerad. Programmet fungerar inte utan databasstöd. </para>
+<para>För att använda Krecept med lyckat resultat, försäkra dig om att du har minst en av de två nödvändiga databaserna installerad: <emphasis>SQLite</emphasis> eller <emphasis>MySQL</emphasis>. Om du bestämmer dig för att använda MySQL, försäkra dig om att du också har <emphasis>&TQt;:s MySQL-insticksmodul</emphasis> riktigt installerad. Programmet fungerar inte utan databasstöd. </para>
-<para>&krecipes; kräver också &kde; &gt;= 3.1 och &Qt; &gt;= 3.1 </para>
+<para>&krecipes; kräver också &kde; &gt;= 3.1 och &TQt; &gt;= 3.1 </para>
<para>Om du kompilerar &krecipes; från källkod, kan du behöva följande paket (paketnamn kan variera beroende på distribution):</para>
@@ -2507,7 +2507,7 @@ information here.
<listitem><para>zlib-devel</para></listitem>
<listitem><para>XFree86-devel eller xorg-x11-devel eller libxorg-x11-devel</para></listitem>
<listitem><para>tdelibs-devel</para></listitem>
-<listitem><para>qt-devel eller libtqt3-devel</para></listitem>
+<listitem><para>tqt-devel eller libtqt3-devel</para></listitem>
</itemizedlist>
<para>Krecept har för närvarande stöd för att lagra recept med PostgreSQL-databasen, även om det för närvarande anses vara en betaversion. Inga problem har hittats med det, men till det har testats mer, är det markerat som om det inte stöds. </para>
diff --git a/krecipes/src/Makefile.am b/krecipes/src/Makefile.am
index 5ff36ec..77b10d5 100644
--- a/krecipes/src/Makefile.am
+++ b/krecipes/src/Makefile.am
@@ -6,7 +6,7 @@ bin_PROGRAMS = krecipes
SUBDIRS = backends importers widgets dialogs exporters datablocks tests
-# set the include path for X, qt and KDE
+# set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir) -I$(srcdir)/backends -I$(srcdir)/backends/SQLite $(all_includes)
# the library search path.
diff --git a/krecipes/src/backends/Makefile.am b/krecipes/src/backends/Makefile.am
index 9ef190d..d9732a0 100644
--- a/krecipes/src/backends/Makefile.am
+++ b/krecipes/src/backends/Makefile.am
@@ -3,7 +3,7 @@
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
-# set the include path for X, qt and KDE
+# set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(all_includes)
# Check for optional database libs
diff --git a/krecipes/src/backends/MySQL/Makefile.am b/krecipes/src/backends/MySQL/Makefile.am
index 193496e..7134130 100644
--- a/krecipes/src/backends/MySQL/Makefile.am
+++ b/krecipes/src/backends/MySQL/Makefile.am
@@ -3,7 +3,7 @@
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
-# set the include path for X, qt and KDE
+# set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes)
diff --git a/krecipes/src/backends/PostgreSQL/Makefile.am b/krecipes/src/backends/PostgreSQL/Makefile.am
index 9295a6f..dac2623 100644
--- a/krecipes/src/backends/PostgreSQL/Makefile.am
+++ b/krecipes/src/backends/PostgreSQL/Makefile.am
@@ -3,7 +3,7 @@
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
-# set the include path for X, qt and KDE
+# set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes)
diff --git a/krecipes/src/backends/SQLite/Makefile.am b/krecipes/src/backends/SQLite/Makefile.am
index 49648f6..e136dd1 100644
--- a/krecipes/src/backends/SQLite/Makefile.am
+++ b/krecipes/src/backends/SQLite/Makefile.am
@@ -3,7 +3,7 @@
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
-# set the include path for X, qt and KDE
+# set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes)
# Instructions for building the convenience library
diff --git a/krecipes/src/backends/SQLite/literecipedb.cpp b/krecipes/src/backends/SQLite/literecipedb.cpp
index b790bd2..defd2c2 100644
--- a/krecipes/src/backends/SQLite/literecipedb.cpp
+++ b/krecipes/src/backends/SQLite/literecipedb.cpp
@@ -703,7 +703,6 @@ void LiteRecipeDB::portOldDatabases( float version )
TQImageIO iio( &buffer, "JPEG" );
iio.setImage( photo );
iio.write();
- //recipe->photo.save( &buffer, "JPEG" ); don't need TQImageIO in QT 3.2
storePhoto( query.value(0).toInt(), ba );
emit progress();
diff --git a/krecipes/src/backends/qsqlrecipedb.cpp b/krecipes/src/backends/qsqlrecipedb.cpp
index a7f8c8a..334a39f 100644
--- a/krecipes/src/backends/qsqlrecipedb.cpp
+++ b/krecipes/src/backends/qsqlrecipedb.cpp
@@ -626,7 +626,6 @@ void TQSqlRecipeDB::saveRecipe( Recipe *recipe )
TQImageIO iio( &buffer, "JPEG" );
iio.setImage( recipe->photo.convertToImage() );
iio.write();
- //recipe->photo.save( &buffer, "JPEG" ); don't need TQImageIO in QT 3.2
storePhoto( recipeID, ba );
}
diff --git a/krecipes/src/datablocks/Makefile.am b/krecipes/src/datablocks/Makefile.am
index 1dea3ec..e6161f7 100644
--- a/krecipes/src/datablocks/Makefile.am
+++ b/krecipes/src/datablocks/Makefile.am
@@ -3,7 +3,7 @@
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
-# set the include path for X, qt and KDE
+# set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir)/.. $(all_includes)
noinst_LTLIBRARIES=libdatablocks.la
diff --git a/krecipes/src/dialogs/Makefile.am b/krecipes/src/dialogs/Makefile.am
index a35dd6c..23f80e1 100644
--- a/krecipes/src/dialogs/Makefile.am
+++ b/krecipes/src/dialogs/Makefile.am
@@ -3,7 +3,7 @@
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
-# set the include path for X, qt and TDE
+# set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir)/.. $(all_includes)
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
diff --git a/krecipes/src/dialogs/dbimportdialog.cpp b/krecipes/src/dialogs/dbimportdialog.cpp
index f756fdb..6face8a 100644
--- a/krecipes/src/dialogs/dbimportdialog.cpp
+++ b/krecipes/src/dialogs/dbimportdialog.cpp
@@ -189,8 +189,7 @@ void DBImportDialog::switchDBPage( int id )
TQString DBImportDialog::dbType() const
{
- //int id=dbButtonGroup->selectedId(); //QT 3.2
- int id = dbButtonGroup->id( dbButtonGroup->selected() ); //QT 3.1
+ int id = dbButtonGroup->id( dbButtonGroup->selected() );
switch ( id ) {
case 0:
return "SQLite";
diff --git a/krecipes/src/exporters/cookmlexporter.cpp b/krecipes/src/exporters/cookmlexporter.cpp
index f33adf5..1d9bd16 100644
--- a/krecipes/src/exporters/cookmlexporter.cpp
+++ b/krecipes/src/exporters/cookmlexporter.cpp
@@ -92,7 +92,6 @@ TQString CookMLExporter::createContent( const RecipeList& recipes )
TQImageIO iio( &buffer, "JPEG" );
iio.setImage( ( *recipe_it ).photo.convertToImage() );
iio.write();
- //( *recipe_it ).photo.save( &buffer, "JPEG" ); don't need TQImageIO in QT 3.2
picbin_tag.appendChild( doc.createTextNode( KCodecs::base64Encode( data, true ) ) );
head_tag.appendChild( picbin_tag );
diff --git a/krecipes/src/exporters/kreexporter.cpp b/krecipes/src/exporters/kreexporter.cpp
index 1d90ad1..04c556b 100644
--- a/krecipes/src/exporters/kreexporter.cpp
+++ b/krecipes/src/exporters/kreexporter.cpp
@@ -113,7 +113,6 @@ TQString KreExporter::createContent( const RecipeList& recipes )
TQImageIO iio( &buffer, "JPEG" );
iio.setImage( ( *recipe_it ).photo.convertToImage() );
iio.write();
- //( *recipe_it ).photo.save( &buffer, "JPEG" ); don't need TQImageIO in QT 3.2
xml += KCodecs::base64Encode( data, true );
diff --git a/krecipes/src/importers/Makefile.am b/krecipes/src/importers/Makefile.am
index c0ac8a0..28ab637 100644
--- a/krecipes/src/importers/Makefile.am
+++ b/krecipes/src/importers/Makefile.am
@@ -3,7 +3,7 @@
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
-# set the include path for X, qt and KDE
+# set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../backends $(all_includes)
noinst_LTLIBRARIES=libkrecipesimporters.la
diff --git a/krecipes/src/setupwizard.cpp b/krecipes/src/setupwizard.cpp
index 1cc2f06..07deb1a 100644
--- a/krecipes/src/setupwizard.cpp
+++ b/krecipes/src/setupwizard.cpp
@@ -816,8 +816,7 @@ DBTypeSetupPage::DBTypeSetupPage( TQWidget *parent ) : TQWidget( parent )
int DBTypeSetupPage::dbType( void )
{
- //int id=bg->selectedId(); //QT 3.2
- int id = bg->id( bg->selected() ); //QT 3.1
+ int id = bg->id( bg->selected() );
switch ( id ) {
case 1:
diff --git a/krecipes/src/widgets/Makefile.am b/krecipes/src/widgets/Makefile.am
index 9f61705..b92e241 100644
--- a/krecipes/src/widgets/Makefile.am
+++ b/krecipes/src/widgets/Makefile.am
@@ -3,7 +3,7 @@
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
-# set the include path for X, qt and KDE
+# set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir)/.. $(all_includes)
noinst_LTLIBRARIES=libkrecipeswidgets.la
diff --git a/po/bg/krecipes.po b/po/bg/krecipes.po
index 14e25fe..47016f6 100644
--- a/po/bg/krecipes.po
+++ b/po/bg/krecipes.po
@@ -65,7 +65,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Приставката (%1) за базата данни Qt не е инсталирана. Тя е необходима за "
+"Приставката (%1) за базата данни TQt не е инсталирана. Тя е необходима за "
"използването на тази база данни."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/cs/krecipes.po b/po/cs/krecipes.po
index 770835b..6baaac0 100644
--- a/po/cs/krecipes.po
+++ b/po/cs/krecipes.po
@@ -73,7 +73,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Zásuvný modul databáze (%1) pro prostředí Qt není instalován. Tento zásuvný "
+"Zásuvný modul databáze (%1) pro prostředí TQt není instalován. Tento zásuvný "
"modul je vyžadován při použití vybraného databázového stroje."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/da/krecipes.po b/po/da/krecipes.po
index 287320c..6c1d24c 100644
--- a/po/da/krecipes.po
+++ b/po/da/krecipes.po
@@ -65,7 +65,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Qt database plugin (%1) er ikke installeret. Dette plugin er påkrævet for at "
+"TQt database plugin (%1) er ikke installeret. Dette plugin er påkrævet for at "
"kunne bruge det underliggende database-program."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/el/krecipes.po b/po/el/krecipes.po
index 836acd6..cd791ed 100644
--- a/po/el/krecipes.po
+++ b/po/el/krecipes.po
@@ -64,7 +64,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Το πρόσθετο βάσης δεδομένων Qt (%1) δεν είναι εγκατεστημένο. Αυτό το "
+"Το πρόσθετο βάσης δεδομένων TQt (%1) δεν είναι εγκατεστημένο. Αυτό το "
"πρόσθετο είναι απαραίτητο για τη χρήση αυτού του συστήματος υποστήριξης "
"βάσης δεδομένων."
diff --git a/po/en_GB/krecipes.po b/po/en_GB/krecipes.po
index 917f601..762ab24 100644
--- a/po/en_GB/krecipes.po
+++ b/po/en_GB/krecipes.po
@@ -67,7 +67,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"The Qt database plug-in (%1) is not installed. This plug-in is required for "
+"The TQt database plug-in (%1) is not installed. This plug-in is required for "
"using this database backend."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/es/krecipes.po b/po/es/krecipes.po
index a3439b2..82db336 100644
--- a/po/es/krecipes.po
+++ b/po/es/krecipes.po
@@ -76,7 +76,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"La extensión de base de datos de las Qt (%1) no está instalado. Esta "
+"La extensión de base de datos de las TQt (%1) no está instalado. Esta "
"extensión es necesaria para usar este motor de base de datos."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/et/krecipes.po b/po/et/krecipes.po
index 743e8f4..d4dafe8 100644
--- a/po/et/krecipes.po
+++ b/po/et/krecipes.po
@@ -61,7 +61,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Qt andmebaasi plugin (%1) ei ole paigaldatud. Selle andmebaasi "
+"TQt andmebaasi plugin (%1) ei ole paigaldatud. Selle andmebaasi "
"taustaprogrammi kasutamiseks on see plugin hädavajalik."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/fi/krecipes.po b/po/fi/krecipes.po
index 0f5f524..ced91bd 100644
--- a/po/fi/krecipes.po
+++ b/po/fi/krecipes.po
@@ -67,7 +67,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Qt tietokannan liitännäistä (%1) ei ole asennettu. Tätä liitännäistä "
+"TQt tietokannan liitännäistä (%1) ei ole asennettu. Tätä liitännäistä "
"tarvitaan tätä tietokantaa (backend)."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/fr/krecipes.po b/po/fr/krecipes.po
index a9dfd88..b21a984 100644
--- a/po/fr/krecipes.po
+++ b/po/fr/krecipes.po
@@ -80,7 +80,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Le module (%1) de base de données Qt n'est pas installé. Ce module est "
+"Le module (%1) de base de données TQt n'est pas installé. Ce module est "
"nécessaire afin d'utiliser une base de données MySQL."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/gl/krecipes.po b/po/gl/krecipes.po
index 90ea9b2..8dd78fa 100644
--- a/po/gl/krecipes.po
+++ b/po/gl/krecipes.po
@@ -61,7 +61,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"O plugin de base de dados de Qt (%1) non está instalado. Este plugin é "
+"O plugin de base de dados de TQt (%1) non está instalado. Este plugin é "
"necesário para utilizar esta infra-estrutura de base de dados."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/it/krecipes.po b/po/it/krecipes.po
index 4045cb2..c0ac96f 100644
--- a/po/it/krecipes.po
+++ b/po/it/krecipes.po
@@ -65,7 +65,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Il plugin di Qt per banche dati (%1) non è installato. Questo plugin è "
+"Il plugin di TQt per banche dati (%1) non è installato. Questo plugin è "
"richiesto per usare questa interfaccia a banche dati."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/ja/krecipes.po b/po/ja/krecipes.po
index f78c88c..ad99ffe 100644
--- a/po/ja/krecipes.po
+++ b/po/ja/krecipes.po
@@ -61,7 +61,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"このデータベースバックエンドを使用するために必要な Qt データベースプラグイン "
+"このデータベースバックエンドを使用するために必要な TQt データベースプラグイン "
"(%1) がインストールされていません。"
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/ka/krecipes.po b/po/ka/krecipes.po
index bd7b64c..de22a40 100644
--- a/po/ka/krecipes.po
+++ b/po/ka/krecipes.po
@@ -63,7 +63,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Qt მონაცემთა ბაზის მოდული (%1) არაა დაყენებული. ეს მოდული საჭიროა საჭიროა "
+"TQt მონაცემთა ბაზის მოდული (%1) არაა დაყენებული. ეს მოდული საჭიროა საჭიროა "
"ბაზის backend-ის გამოყენებისას."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/nb/krecipes.po b/po/nb/krecipes.po
index f9242f7..cb68372 100644
--- a/po/nb/krecipes.po
+++ b/po/nb/krecipes.po
@@ -62,7 +62,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Programtillegget Qt database (%1) er ikke installert. Dette programmet er "
+"Programtillegget TQt database (%1) er ikke installert. Dette programmet er "
"nødvendig for denne database motoren."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/nl/krecipes.po b/po/nl/krecipes.po
index 621a088..4399524 100644
--- a/po/nl/krecipes.po
+++ b/po/nl/krecipes.po
@@ -66,7 +66,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"De Qt databaseplugin (%1) is niet geïnstalleerd. Deze plugin is vereist als "
+"De TQt databaseplugin (%1) is niet geïnstalleerd. Deze plugin is vereist als "
"u deze databasebackend wilt gebruiken."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/pl/krecipes.po b/po/pl/krecipes.po
index b84dd98..73299d8 100644
--- a/po/pl/krecipes.po
+++ b/po/pl/krecipes.po
@@ -63,7 +63,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Wtyczka Qt MySQL (QMYSQL3) nie jest zainstalowana. Ta wtyczka jest wymagana "
+"Wtyczka TQt MySQL (QMYSQL3) nie jest zainstalowana. Ta wtyczka jest wymagana "
"do zarządzania bazą danych MySQL."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/pt/krecipes.po b/po/pt/krecipes.po
index 7ef4b9e..37d5530 100644
--- a/po/pt/krecipes.po
+++ b/po/pt/krecipes.po
@@ -68,7 +68,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"O 'plugin' de base de dados do Qt (%1) não está instalado. Este 'plugin' é "
+"O 'plugin' de base de dados do TQt (%1) não está instalado. Este 'plugin' é "
"necessário para utilizar esta infra-estrutura de base de dados."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/pt_BR/krecipes.po b/po/pt_BR/krecipes.po
index ab15679..8e9a511 100644
--- a/po/pt_BR/krecipes.po
+++ b/po/pt_BR/krecipes.po
@@ -65,7 +65,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"O plug-in para banco de dados da Qt (%1) não está instalado. Este plug-in é "
+"O plug-in para banco de dados da TQt (%1) não está instalado. Este plug-in é "
"necessário para utilizar esta infra-estrutura de banco de dados."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/sl/krecipes.po b/po/sl/krecipes.po
index 1825102..be4884e 100644
--- a/po/sl/krecipes.po
+++ b/po/sl/krecipes.po
@@ -71,7 +71,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Vstavek MySQL za Qt (QMYSQL3) ni nameščen. Ta vstavek je potreben za "
+"Vstavek MySQL za TQt (QMYSQL3) ni nameščen. Ta vstavek je potreben za "
"uporabo MySQL."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/sr/krecipes.po b/po/sr/krecipes.po
index 1e15beb..6e70860 100644
--- a/po/sr/krecipes.po
+++ b/po/sr/krecipes.po
@@ -61,7 +61,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Qt прикључак за базе података у (%1) није инсталиран. Овај прикључак је "
+"TQt прикључак за базе података у (%1) није инсталиран. Овај прикључак је "
"неопходан за коришћење позадинског система база података."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/sr@Latn/krecipes.po b/po/sr@Latn/krecipes.po
index 74dad15..c64e2e5 100644
--- a/po/sr@Latn/krecipes.po
+++ b/po/sr@Latn/krecipes.po
@@ -61,7 +61,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Qt priključak za baze podataka u (%1) nije instaliran. Ovaj priključak je "
+"TQt priključak za baze podataka u (%1) nije instaliran. Ovaj priključak je "
"neophodan za korišćenje pozadinskog sistema baza podataka."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/sv/krecipes.po b/po/sv/krecipes.po
index 7df82e4..0ff681a 100644
--- a/po/sv/krecipes.po
+++ b/po/sv/krecipes.po
@@ -63,7 +63,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Databasinsticksprogrammet i Qt (%1) är inte installerat. Detta "
+"Databasinsticksprogrammet i TQt (%1) är inte installerat. Detta "
"insticksprogram krävs för att använda databasgränssnittet."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/ta/krecipes.po b/po/ta/krecipes.po
index cd53337..3c78932 100644
--- a/po/ta/krecipes.po
+++ b/po/ta/krecipes.po
@@ -70,7 +70,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Qt தரவுத்தள சொருகுப்பொருள்(%1) நிறுவப்படவில்லை. இந்த சொருகுப்பொருள் தரவுத்தள பின்னணியை "
+"TQt தரவுத்தள சொருகுப்பொருள்(%1) நிறுவப்படவில்லை. இந்த சொருகுப்பொருள் தரவுத்தள பின்னணியை "
"பயன்படுத்துவதற்கு தேவைப்படுகிறது."
#: src/backends/qsqlrecipedb.cpp:104
diff --git a/po/tr/krecipes.po b/po/tr/krecipes.po
index cd9c552..f32255f 100644
--- a/po/tr/krecipes.po
+++ b/po/tr/krecipes.po
@@ -69,7 +69,7 @@ msgid ""
"The TQt database plug-in (%1) is not installed. This plug-in is required "
"for using this database backend."
msgstr ""
-"Qt·MySQL·plug-in'i·(QMYSQL3)·yüklenmemiş.MySQL kullanmak için bu gerekli."
+"TQt·MySQL·plug-in'i·(QMYSQL3)·yüklenmemiş.MySQL kullanmak için bu gerekli."
#: src/backends/qsqlrecipedb.cpp:104
#, fuzzy