summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:13:53 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-11-11 03:18:49 +0100
commit214594cb19a6c661f38ce6ebd8875440cd100a26 (patch)
tree2c81cf7734a83b074d98d4ede0a98465340a23e0
parent1bca4dc512feb04a4eda139fedc4e7868f1d483a (diff)
downloadtdegraphics-214594cb19a6c661f38ce6ebd8875440cd100a26.tar.gz
tdegraphics-214594cb19a6c661f38ce6ebd8875440cd100a26.zip
Fix references to user profile directory.
(cherry picked from commit 8fb269b60c0938d1ce8a3912038ad8d7ce8a79e0)
-rw-r--r--doc/kooka/index.docbook4
-rw-r--r--kmrml/kmrml/mrmlsearch.cpp2
-rw-r--r--libkscan/kscandevice.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/kooka/index.docbook b/doc/kooka/index.docbook
index c0140d7e..b4c3b310 100644
--- a/doc/kooka/index.docbook
+++ b/doc/kooka/index.docbook
@@ -635,7 +635,7 @@ size of the thumbnails if you are scanning many pages from a book.
than in many other applications. Click the
<guilabel>Gallery</guilabel> tab to open a small file browser. This is
the folder <filename
-class="directory">~/.kde/share/apps/ScanImages/</filename> In the
+class="directory">~/.trinity/share/apps/ScanImages/</filename> In the
lower portion of the window, your current subfolder in the gallery
is shown. This is where all scanned images are first saved as
files. When starting &kooka; for the first time, you will only see the
@@ -656,7 +656,7 @@ it will retain its original format. At present,
><para>If you do not want to use this method of managing your images
in <filename
-class="directory">~/.kde/share/apps/ScanImages/</filename>, you can,
+class="directory">~/.trinity/share/apps/ScanImages/</filename>, you can,
of course, save them to another location. To do this,
<mousebutton>right</mousebutton> click the
image name and select <guilabel>Save</guilabel>. Choose any path
diff --git a/kmrml/kmrml/mrmlsearch.cpp b/kmrml/kmrml/mrmlsearch.cpp
index a2774fb9..b7c7f3af 100644
--- a/kmrml/kmrml/mrmlsearch.cpp
+++ b/kmrml/kmrml/mrmlsearch.cpp
@@ -21,7 +21,7 @@
// from Konqueror and creates a query of the form
// mrml://host.com/?relevant=url1;url2;url3;url4....
// By default, the mrml URL is mrml://localhost", but you can override that
-// by editing ~/.kde/share/config/kio_mrmlrc and adding
+// by editing ~/.trinity/share/config/kio_mrmlrc and adding
// [MRML Settings]
// Default URL=mrml://url.to.your.giftserver.com
//
diff --git a/libkscan/kscandevice.h b/libkscan/kscandevice.h
index c4614a96..f10854ba 100644
--- a/libkscan/kscandevice.h
+++ b/libkscan/kscandevice.h
@@ -331,7 +331,7 @@ public slots:
/**
* stores the info bit in a config file for the currently connected
- * scanner. For this, the config file $KDEHOME/.kde/share/config/scannerrc
+ * scanner. For this, the config file $KDEHOME/.trinity/share/config/scannerrc
* is opened, a group is created that identifies the scanner and the
* device where it is connected. The information is stored into that group.
*/