diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:13:53 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-11 03:18:49 +0100 |
commit | 214594cb19a6c661f38ce6ebd8875440cd100a26 (patch) | |
tree | 2c81cf7734a83b074d98d4ede0a98465340a23e0 /libkscan | |
parent | 1bca4dc512feb04a4eda139fedc4e7868f1d483a (diff) | |
download | tdegraphics-214594cb19a6c661f38ce6ebd8875440cd100a26.tar.gz tdegraphics-214594cb19a6c661f38ce6ebd8875440cd100a26.zip |
Fix references to user profile directory.
(cherry picked from commit 8fb269b60c0938d1ce8a3912038ad8d7ce8a79e0)
Diffstat (limited to 'libkscan')
-rw-r--r-- | libkscan/kscandevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |