diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:27:15 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-22 14:01:26 +0100 |
commit | c705bc9f9ba843d33c1c91b780741e9e032e1ca1 (patch) | |
tree | 6e7257fbe56f8e9e918370e2c082ddc75daece11 | |
parent | 0ea1dc87b088a0d65f50820d1addefe9907b5469 (diff) | |
download | tdegames-c705bc9f9ba843d33c1c91b780741e9e032e1ca1.tar.gz tdegames-c705bc9f9ba843d33c1c91b780741e9e032e1ca1.zip |
Fix references to user profile directory.
(cherry picked from commit 3cbae8eb2983c65230ecea7149b8869bd845bc85)
-rw-r--r-- | doc/ksnake/index.docbook | 2 | ||||
-rw-r--r-- | doc/kspaceduel/index.docbook | 2 | ||||
-rw-r--r-- | kgoldrunner/src/kgoldrunner.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/ksnake/index.docbook b/doc/ksnake/index.docbook index 608d3132..b7d26d2b 100644 --- a/doc/ksnake/index.docbook +++ b/doc/ksnake/index.docbook @@ -199,7 +199,7 @@ You score 20 points for killing a computer snake. To create your own level, copy one of the levels from <filename class="directory">$<envar>KDEDIR</envar>/share/apps/ksnake/levels</filename> to <filename -class="directory">$<envar>HOME</envar>/.kde/share/apps/ksnake</filename> and +class="directory">$<envar>HOME</envar>/.trinity/share/apps/ksnake</filename> and edit it with a bitmap editor. You can then select it in <menuchoice><guimenu>Settings</guimenu> <guimenuitem>Configure &ksnake;...</guimenuitem> </menuchoice> in the <guilabel>First Level</guilabel> tab. diff --git a/doc/kspaceduel/index.docbook b/doc/kspaceduel/index.docbook index 2d3cc2b7..42cc2d75 100644 --- a/doc/kspaceduel/index.docbook +++ b/doc/kspaceduel/index.docbook @@ -236,7 +236,7 @@ be able to make any changes to these options.</para></note> <tip><para> If you have found an interesting configuration, mail it to the author of the game. It can be implemented in a future version (send the part [Game] in the file -<filename>~/.kde/share/config/kspaceduelrc</filename>).</para></tip> +<filename>~/.trinity/share/config/kspaceduelrc</filename>).</para></tip> <para>When you are finished altering the options, you should click on <guibutton>OK</guibutton> to apply your changes.</para> diff --git a/kgoldrunner/src/kgoldrunner.cpp b/kgoldrunner/src/kgoldrunner.cpp index 58f0e9b9..86577a31 100644 --- a/kgoldrunner/src/kgoldrunner.cpp +++ b/kgoldrunner/src/kgoldrunner.cpp @@ -824,7 +824,7 @@ bool KGoldrunner::getDirectories() // WHERE THINGS ARE: In the KDE 3 environment (Release 3.1.1), application // documentation and data files are in a directory structure given by // $KDEDIRS (e.g. "/usr/local/kde" or "/opt/trinity/"). Application user data - // files are in a directory structure given by $KDEHOME ("$HOME/.kde"). + // files are in a directory structure given by $KDEHOME ("$HOME/.trinity"). // Within those two structures, the three sub-directories will typically be // "share/doc/tde/HTML/en/kgoldrunner/", "share/apps/kgoldrunner/system/" and // "share/apps/kgoldrunner/user/". Note that it is necessary to have |