summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoTemplates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoTemplates.cpp')
-rw-r--r--lib/kofficecore/KoTemplates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoTemplates.cpp b/lib/kofficecore/KoTemplates.cpp
index e020213ef..4b0cfe5b9 100644
--- a/lib/kofficecore/KoTemplates.cpp
+++ b/lib/kofficecore/KoTemplates.cpp
@@ -244,7 +244,7 @@ void KoTemplateTree::readGroups() {
void KoTemplateTree::readTemplates() {
TQString dontShow = "imperial";
- if(KGlobal::locale()->pageSize() == TQPrinter::Letter) {
+ if(TDEGlobal::locale()->pageSize() == TQPrinter::Letter) {
dontShow = "metric";
}