diff options
| author | Stephan Kulow <[email protected]> | 2007-02-20 08:18:28 +0000 |
|---|---|---|
| committer | Stephan Kulow <[email protected]> | 2007-02-20 08:18:28 +0000 |
| commit | 918930365674f2b0469cf1fde8bd54f610b90ce0 (patch) | |
| tree | a32689cfe181b32a60ab47bba1d618f3c2d69d28 /src/infosidebarpage.cpp | |
| parent | bd8b41a13577eb197b721d00303c7056926502bf (diff) | |
compile some more
svn path=/trunk/KDE/kdebase/apps/; revision=635518
Diffstat (limited to 'src/infosidebarpage.cpp')
| -rw-r--r-- | src/infosidebarpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index f895a71d6..4a1f3198a 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -452,7 +452,7 @@ void InfoSidebarPage::insertActions() QStringList entries = dir.entryList(QStringList("*.desktop"), QDir::Files); for (QStringList::ConstIterator entryIt = entries.begin(); entryIt != entries.end(); ++entryIt) { - KSimpleConfig cfg(*dirIt + *entryIt, true); + KConfig cfg(*dirIt + *entryIt, KConfig::OnlyLocals); cfg.setDesktopGroup(); if ((cfg.hasKey("Actions") || cfg.hasKey("X-KDE-GetActionMenu")) && cfg.hasKey("ServiceTypes")) { const QStringList types = cfg.readEntry("ServiceTypes", QStringList(), ','); |
