summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore')
-rw-r--r--lib/kofficecore/KoGlobal.cpp2
-rw-r--r--lib/kofficecore/KoTemplates.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoGlobal.cpp b/lib/kofficecore/KoGlobal.cpp
index 56639797..40050232 100644
--- a/lib/kofficecore/KoGlobal.cpp
+++ b/lib/kofficecore/KoGlobal.cpp
@@ -55,7 +55,7 @@ KoGlobal::KoGlobal()
KImageIO::registerFormats();
- // Tell KStandardDirs about the koffice prefix
+ // Tell TDEStandardDirs about the koffice prefix
TDEGlobal::dirs()->addPrefix(PREFIX);
// Tell the iconloader about share/apps/koffice/icons
diff --git a/lib/kofficecore/KoTemplates.cpp b/lib/kofficecore/KoTemplates.cpp
index 2d65368e..68daddb0 100644
--- a/lib/kofficecore/KoTemplates.cpp
+++ b/lib/kofficecore/KoTemplates.cpp
@@ -160,7 +160,7 @@ void KoTemplateTree::writeTemplateTree() {
//kdDebug() << "touched" << endl;
if(!group->isHidden()) {
//kdDebug() << "not hidden" << endl;
- KStandardDirs::makeDir(localDir+group->name()); // create the local group dir
+ TDEStandardDirs::makeDir(localDir+group->name()); // create the local group dir
}
else {
//kdDebug() << "hidden" << endl;
@@ -171,7 +171,7 @@ void KoTemplateTree::writeTemplateTree() {
}
else {
//kdDebug() << "global" << endl;
- KStandardDirs::makeDir(localDir+group->name());
+ TDEStandardDirs::makeDir(localDir+group->name());
}
}
}