summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_custom_pattern.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:23:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:23:24 -0600
commit5b8ab149469c8e186ee8b05d90c0103ae722dd85 (patch)
treefb31321c80b12ee8e2237bdcf8c228fe44e67772 /chalk/ui/kis_custom_pattern.cc
parentfe33d391dd7c9da0f83e779344a17e2e445b70a8 (diff)
downloadkoffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.tar.gz
koffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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");