diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:22:22 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:22:22 -0600 |
commit | 33a1b0cc09518e1bc96654f3f95dc01f45ea6e91 (patch) | |
tree | 93497ba77a9051bc6c8e9d9fe42e903c018f7c4a | |
parent | 9541c53308b4f73a26f8db00c69af52446639eec (diff) | |
download | tdeadmin-33a1b0cc09518e1bc96654f3f95dc01f45ea6e91.tar.gz tdeadmin-33a1b0cc09518e1bc96654f3f95dc01f45ea6e91.zip |
Fix references to user profile directory.
-rw-r--r-- | kdat/BackupProfileManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/BackupProfileManager.h b/kdat/BackupProfileManager.h index f60d24a..040e9fa 100644 --- a/kdat/BackupProfileManager.h +++ b/kdat/BackupProfileManager.h @@ -28,7 +28,7 @@ * @short Control access to the set of backup profiles. * * Each user has a set of backup profiles that are stored under - * <TT>$HOME/.kde/share/apps/kdat/</TT>. (Changed from $HOME/.kdat in KDE1.) + * <TT>$HOME/.trinity/share/apps/kdat/</TT>. (Changed from $HOME/.kdat in KDE1.) * This class provides a single point of access for reading and writing * these backup profiles. * |