diff options
Diffstat (limited to 'lib/kofficecore/KoTemplates.cpp')
-rw-r--r-- | lib/kofficecore/KoTemplates.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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()); } } } |