From f2d05b6e3332cf2d6488a85c3389ef9100ff580d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 01:13:02 -0500 Subject: Fix references to user profile directory. --- chalk/ui/kis_custom_brush.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chalk/ui/kis_custom_brush.cc') diff --git a/chalk/ui/kis_custom_brush.cc b/chalk/ui/kis_custom_brush.cc index d633935c..34289f3e 100644 --- a/chalk/ui/kis_custom_brush.cc +++ b/chalk/ui/kis_custom_brush.cc @@ -80,7 +80,7 @@ void KisCustomBrush::slotExport() { } void KisCustomBrush::slotAddPredefined() { - // Save in the directory that is likely to be: ~/.kde/share/apps/chalk/brushes + // Save in the directory that is likely to be: ~/.trinity/share/apps/chalk/brushes // a unique file with this brushname TQString dir = KGlobal::dirs()->saveLocation("data", "chalk/brushes"); TQString extension; -- cgit v1.2.1