summaryrefslogtreecommitdiffstats
path: root/chalk/ui
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-11-04 01:13:02 -0500
committerDarrell Anderson <[email protected]>2012-11-04 01:13:02 -0500
commitf2d05b6e3332cf2d6488a85c3389ef9100ff580d (patch)
treeafaa6e55941a771cdbfdf51424e03e94913b8040 /chalk/ui
parentaa0e597d69c5fee77817b37b89407137893b3baf (diff)
downloadkoffice-f2d05b6e3332cf2d6488a85c3389ef9100ff580d.tar.gz
koffice-f2d05b6e3332cf2d6488a85c3389ef9100ff580d.zip
Fix references to user profile directory.
Diffstat (limited to 'chalk/ui')
-rw-r--r--chalk/ui/kis_custom_brush.cc2
-rw-r--r--chalk/ui/kis_custom_palette.cc2
-rw-r--r--chalk/ui/kis_custom_pattern.cc2
3 files changed, 3 insertions, 3 deletions
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;
diff --git a/chalk/ui/kis_custom_palette.cc b/chalk/ui/kis_custom_palette.cc
index ac762953..f12b9300 100644
--- a/chalk/ui/kis_custom_palette.cc
+++ b/chalk/ui/kis_custom_palette.cc
@@ -119,7 +119,7 @@ void KisCustomPalette::slotAddPredefined() {
m_palette->setName(palettename->text());
if (!m_editMode) {
- // Save in the directory that is likely to be: ~/.kde/share/apps/chalk/palettes
+ // Save in the directory that is likely to be: ~/.trinity/share/apps/chalk/palettes
// a unique file with this palettename
TQString dir = KGlobal::dirs()->saveLocation("data", "chalk/palettes");
TQString extension;
diff --git a/chalk/ui/kis_custom_pattern.cc b/chalk/ui/kis_custom_pattern.cc
index 4f0821ed..538ec9c6 100644
--- a/chalk/ui/kis_custom_pattern.cc
+++ b/chalk/ui/kis_custom_pattern.cc
@@ -78,7 +78,7 @@ void KisCustomPattern::slotAddPredefined() {
if (!m_pattern)
return;
- // Save in the directory that is likely to be: ~/.kde/share/apps/chalk/patterns
+ // Save in the directory that is likely to be: ~/.trinity/share/apps/chalk/patterns
// a unique file with this pattern name
TQString dir = KGlobal::dirs()->saveLocation("data", "chalk/patterns");
TQString extension;