summaryrefslogtreecommitdiffstats
path: root/khelpcenter/formatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/formatter.cpp')
-rw-r--r--khelpcenter/formatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/formatter.cpp b/khelpcenter/formatter.cpp
index b9f394289..892b2d0cd 100644
--- a/khelpcenter/formatter.cpp
+++ b/khelpcenter/formatter.cpp
@@ -42,7 +42,7 @@ Formatter:: ~Formatter()
bool Formatter::readTemplates()
{
- KConfig *cfg = KGlobal::config();
+ KConfig *cfg = TDEGlobal::config();
cfg->setGroup( "Templates" );
TQString mainTemplate = cfg->readEntry( "MainTemplate" );