diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-25 14:21:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-25 14:21:34 +0900 |
commit | 69ecd685cf3d1ae77cae8f935daaeb40293ce133 (patch) | |
tree | d2a08c632cb057c85ca5de07a8849f9695f42f9f /doc/en/faq.docbook | |
parent | c0228b64b5603a0204585a7903d0afc704c11866 (diff) | |
download | amarok-replace/qt_tqt.tar.gz amarok-replace/qt_tqt.zip |
Replace Qt with TQtreplace/qt_tqt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/en/faq.docbook')
-rw-r--r-- | doc/en/faq.docbook | 4 |
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,&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> |