summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_custom_palette.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_custom_palette.cc')
-rw-r--r--chalk/ui/kis_custom_palette.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_custom_palette.cc b/chalk/ui/kis_custom_palette.cc
index f12b9300..8bd36142 100644
--- a/chalk/ui/kis_custom_palette.cc
+++ b/chalk/ui/kis_custom_palette.cc
@@ -121,7 +121,7 @@ void KisCustomPalette::slotAddPredefined() {
if (!m_editMode) {
// 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 dir = TDEGlobal::dirs()->saveLocation("data", "chalk/palettes");
TQString extension;
extension = ".gpl";