summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_custom_pattern.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_custom_pattern.cc')
-rw-r--r--chalk/ui/kis_custom_pattern.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_custom_pattern.cc b/chalk/ui/kis_custom_pattern.cc
index 538ec9c6..8c2f22e2 100644
--- a/chalk/ui/kis_custom_pattern.cc
+++ b/chalk/ui/kis_custom_pattern.cc
@@ -80,7 +80,7 @@ void KisCustomPattern::slotAddPredefined() {
// 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 dir = TDEGlobal::dirs()->saveLocation("data", "chalk/patterns");
TQString extension;
KTempFile file(dir, ".pat");