From 5b8ab149469c8e186ee8b05d90c0103ae722dd85 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:23:24 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- lib/kofficecore/KoTemplates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kofficecore/KoTemplates.cpp') 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"; } -- cgit v1.2.3