summaryrefslogtreecommitdiffstats
path: root/doc/en/faq.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/faq.docbook')
-rw-r--r--doc/en/faq.docbook4
1 files changed, 2 insertions, 2 deletions
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>