summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:01 -0600
commitebdf85f4862eebeef4b087ea7d408a9b41a81d4f (patch)
tree8e322e65b117fe058f358c92064619ccf626685c /FAQ
parentfe20511e6c406d66a2f00fce089dab841009fa74 (diff)
downloadk3b-ebdf85f4862eebeef4b087ea7d408a9b41a81d4f.tar.gz
k3b-ebdf85f4862eebeef4b087ea7d408a9b41a81d4f.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ6
1 files changed, 3 insertions, 3 deletions
diff --git a/FAQ b/FAQ
index b97064e..3b8395b 100644
--- a/FAQ
+++ b/FAQ
@@ -4,8 +4,8 @@ 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/trinity/plugins' to the plugin search path
- (replace $KDEDIR with your kde base dir).
+ To solve this run 'qtconfig' and add '$TDEDIR/lib/trinity/plugins' to the plugin search path
+ (replace $TDEDIR with your kde base dir).
Q: K3b thinks my SCSI device is IDE.
@@ -18,7 +18,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/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 either $TDEDIR or /usr/local. To install in the correct directory you need to specify the prefix
to configure like this:
./configure --prefix=`kde-config --prefix`
That will install K3b relative to the correct path.