From 9c8768f267a38e3eb4b7a18ad7d0548b08759c51 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. (cherry picked from commit 33a1b0cc09518e1bc96654f3f95dc01f45ea6e91) --- kdat/BackupProfileManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - * $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. *