diff options
author | Darrell Anderson <[email protected]> | 2012-11-04 01:13:53 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-11-04 01:13:53 -0600 |
commit | 8fb269b60c0938d1ce8a3912038ad8d7ce8a79e0 (patch) | |
tree | 38f8a9cccd379523e3bfdbdd56f659a4235dfab1 /libkscan | |
parent | c1b994bdd891582812bd1c5d86d7ab3ae3d9c2d0 (diff) | |
download | tdegraphics-8fb269b60c0938d1ce8a3912038ad8d7ce8a79e0.tar.gz tdegraphics-8fb269b60c0938d1ce8a3912038ad8d7ce8a79e0.zip |
Fix references to user profile directory.
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 38a6bbca..bd2610e7 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 $TDEHOME/.kde/share/config/scannerrc + * scanner. For this, the config file $TDEHOME/.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. */ |