From 910a61f9423d69871c2ef9ca8a0d7ace32474f93 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 8 Jun 2012 16:56:40 -0500 Subject: Update XDG information in support of bug report 892. --- lib/kofficecore/KoTemplates.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/kofficecore/KoTemplates.cpp') diff --git a/lib/kofficecore/KoTemplates.cpp b/lib/kofficecore/KoTemplates.cpp index 343d47049..a86d799a2 100644 --- a/lib/kofficecore/KoTemplates.cpp +++ b/lib/kofficecore/KoTemplates.cpp @@ -229,8 +229,8 @@ void KoTemplateTree::readGroups() { KSimpleConfig config(templateDir.absPath()+"/.directory", true); config.setDesktopGroup(); name=config.readEntry("Name"); - defaultTab=config.readEntry("X-KDE-DefaultTab"); - sortingWeight=config.readNumEntry("X-KDE-SortingWeight", 1000); + defaultTab=config.readEntry("X-TDE-DefaultTab"); + sortingWeight=config.readNumEntry("X-TDE-SortingWeight", 1000); //kdDebug() << "name: " << name <