summaryrefslogtreecommitdiffstats
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/advanced.docbook10
-rw-r--r--doc/en/faq.docbook4
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/en/advanced.docbook b/doc/en/advanced.docbook
index 7e96c002..1bfec3d5 100644
--- a/doc/en/advanced.docbook
+++ b/doc/en/advanced.docbook
@@ -831,9 +831,9 @@
<sect1 id="cmd-line-options">
<title>Command-line Options</title>
-<para>Amarok supports the use of the standard Qt and kde command line options. Amarok also has it's own application specific options.</para>
+<para>Amarok supports the use of the standard TQt and tde command line options. Amarok also has it's own application specific options.</para>
-<para>The Qt and kde options:</para>
+<para>The TQt and tde options:</para>
<informaltable>
<tgroup cols="2">
@@ -852,8 +852,8 @@
</row>
<row>
-<entry>--help-qt</entry>
-<entry>Show Qt specific options.</entry>
+<entry>--help-tqt</entry>
+<entry>Show TQt specific options.</entry>
</row>
<row>
@@ -970,7 +970,7 @@
<sect2 id="script-bindings">
<title>Bindings</title>
-<para>It is possible to write simple scripts that do not need user interaction, and it's also possible to make scripts with comfortable GUIs that act like little applications of their own. For GUI programming one of the many bindings which KDE provides can be used, for instance RubyQt, a Qt library binding for Ruby. However, it is worth noting that not every user has all available bindings installed. If you decide to use a binding, try to use one of the relatively wide spread ones (e.g. RubyQt or PyQt).</para>
+<para>It is possible to write simple scripts that do not need user interaction, and it's also possible to make scripts with comfortable GUIs that act like little applications of their own. For GUI programming one of the many bindings which TDE provides can be used, for instance RubyQt, a TQt library binding for Ruby. However, it is worth noting that not every user has all available bindings installed. If you decide to use a binding, try to use one of the relatively wide spread ones (e.g. RubyQt or PyQt).</para>
<para>In order to provide some feedback when a script fails to run due to a missing dependency, please check in your script if the module you want to include really exists. If the dependency is missing, you should catch the error and show an information dialog using the "kdialog" command line tool, so that the user learns why the script fails to run.</para>
diff --git a/doc/en/faq.docbook b/doc/en/faq.docbook
index 7c16f582..7756378c 100644
--- a/doc/en/faq.docbook
+++ b/doc/en/faq.docbook
@@ -33,7 +33,7 @@
<answer>
<para>&amarok; only requires KDElibs, none of the other KDE stuff. So you have to have KDElibs installed properly (including all the binaries that come with it, as &amarok; needs some of these to find plugins and for the script plugins). We have written an entry for <ulink url="http://amarok.kde.org/amarokwiki/index.php/KDElibs_without_aRts">how to compile a minimal KDElibs</ulink>, which you may find useful.</para>
-<para>For some features to work correctly, such as the on-screen display, require your window manager to support the relevant freedesktop.org standards. So GNOME will work well, but fluxbox will have some trouble. We are committed to supporting &amarok; on all platforms. We use KDElibs and Qt because they provide an excellent development environment.</para>
+<para>For some features to work correctly, such as the on-screen display, require your window manager to support the relevant freedesktop.org standards. So GNOME will work well, but fluxbox will have some trouble. We are committed to supporting &amarok; on all platforms. We use TDElibs and TQt because they provide an excellent development environment.</para>
</answer>
</qandaentry>
@@ -143,7 +143,7 @@ print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&amp;UTF8
</question>
<answer>
-<para>if you get this error : "amarokapp: symbol lookup error: amarokapp: undefined symbol: _ZN11KSystemTray9setPixmapERK7QPixmap", then check that amarokapp uses the correct libtqt (check with : ldd `which amarokapp` | grep qt). </para>
+<para>if you get this error : "amarokapp: symbol lookup error: amarokapp: undefined symbol: _ZN11KSystemTray9setPixmapERK7QPixmap", then check that amarokapp uses the correct libtqt (check with : ldd `which amarokapp` | grep tqt). </para>
<para>To fix it, you might have to remove any conflicting libtqt and/or edit /etc/ld.so.conf so it pick up the correct version first.</para>
</answer>
</qandaentry>