diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | eb4a2bcdc03599636b17fe199beb2b8357600a2b (patch) | |
tree | 1ba67e31bcc35ee0ef20dad82edcf7c7154bda2e /doc | |
parent | 4b0c424136a25110054ba5691ea03350cdeaa303 (diff) | |
download | tdesdk-eb4a2bcdc03599636b17fe199beb2b8357600a2b.tar.gz tdesdk-eb4a2bcdc03599636b17fe199beb2b8357600a2b.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kcachegrind/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kcachegrind/index.docbook b/doc/kcachegrind/index.docbook index 31cf322c..6a85d5eb 100644 --- a/doc/kcachegrind/index.docbook +++ b/doc/kcachegrind/index.docbook @@ -801,7 +801,7 @@ So, for example, for main(), you will always have a inclusive cost of almost 100 </question> <answer> <para> -Obviously KCachegrind is wrongly installed on your system. It is recommended to compile it with the installation prefix to be your system wide KDE base directory like <command>configure --prefix=/opt/kde3; make install</command>. +Obviously KCachegrind is wrongly installed on your system. It is recommended to compile it with the installation prefix to be your system wide KDE base directory like <command>configure --prefix=/opt/trinity; make install</command>. If you choose another directory like $HOME/kde, you should set the environment variable KDEDIR to this directory before running KCachegrind. </para> </answer> |