From 33a1b0cc09518e1bc96654f3f95dc01f45ea6e91 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 01:22:22 -0600 Subject: [PATCH] Fix references to user profile directory. --- kdat/BackupProfileManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - * $HOME/.kde/share/apps/kdat/. (Changed from $HOME/.kdat in KDE1.) + * $HOME/.trinity/share/apps/kdat/. (Changed from $HOME/.kdat in KDE1.) * This class provides a single point of access for reading and writing * these backup profiles. *