summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:22:22 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-12-23 03:22:02 +0100
commit9c8768f267a38e3eb4b7a18ad7d0548b08759c51 (patch)
treeb110d4006cb7e586970933c02b5e8e0335a2c3ad
parent9fca46a3f1166f850e13f5034ac4ef77da52c5b5 (diff)
downloadtdeadmin-9c8768f267a38e3eb4b7a18ad7d0548b08759c51.tar.gz
tdeadmin-9c8768f267a38e3eb4b7a18ad7d0548b08759c51.zip
Fix references to user profile directory.
(cherry picked from commit 33a1b0cc09518e1bc96654f3f95dc01f45ea6e91)
-rw-r--r--kdat/BackupProfileManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/BackupProfileManager.h b/kdat/BackupProfileManager.h
index 7e54dae..d5c0f1c 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.
*