summaryrefslogtreecommitdiffstats
path: root/kio/kio/kservicegroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kservicegroup.cpp')
-rw-r--r--kio/kio/kservicegroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/kservicegroup.cpp b/kio/kio/kservicegroup.cpp
index af69e1765..e85991f82 100644
--- a/kio/kio/kservicegroup.cpp
+++ b/kio/kio/kservicegroup.cpp
@@ -128,7 +128,7 @@ int KServiceGroup::childCount()
{
if (m_childCount == -1)
{
- KConfig global("kdeglobals");
+ TDEConfig global("kdeglobals");
global.setGroup("KDE");
bool showUnimportant = global.readBoolEntry("showUnimportant", true);