summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitbcb5b0d904d0b37b1698533546c6f8ea7b347ca1 (patch)
treed3a69ef6cb5cd4f756c9fabc56961831f33c9cdf /FAQ
parentdf8e67b86696f691708af8592d86282b09bab011 (diff)
downloadk3b-bcb5b0d904d0b37b1698533546c6f8ea7b347ca1.tar.gz
k3b-bcb5b0d904d0b37b1698533546c6f8ea7b347ca1.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index 3802d3b..8e3e60c 100644
--- a/FAQ
+++ b/FAQ
@@ -4,7 +4,7 @@ Q: Compiling K3b fails with errors like this:
base_k3badvanceddataimagesettings.h:17: forward declaration of `struct
KComboBox'
A: The QTDesigner tool 'uic' is not able to find the kde widget plugins.
- To solve this run 'qtconfig' and add '$KDEDIR/lib/kde3/plugins' to the plugin search path
+ To solve this run 'qtconfig' and add '$KDEDIR/lib/trinity/plugins' to the plugin search path
(replace $KDEDIR with your kde base dir).
@@ -17,7 +17,7 @@ A: If you are using the rpm from SuSE your version of K3bSetup is not able to se
Q: Where has all the fancy graphic gone?
A: Most likely you installed K3b in the wrong directory. All KDE programs are installed in the
- KDE dirtree (SuSE: /opt/kde3, RedHat: /usr). If you compile K3b from source it defaults
+ KDE dirtree (SuSE: /opt/trinity, RedHat: /usr). If you compile K3b from source it defaults
to either $KDEDIR or /usr/local. To install in the correct directory you need to specify the prefix
to configure like this:
./configure --prefix=`kde-config --prefix`