summaryrefslogtreecommitdiffstats
path: root/src/dolphincontextmenu.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:19:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:19:00 +0900
commitbdc03f8dd51095cba4bec582c98470026ffb593f (patch)
tree2e803f84db5c8cd779fdd9b0ba66a4219cfbafbb /src/dolphincontextmenu.cpp
parent0700ae0de0662914d31557ae137ce02f4234d6ca (diff)
downloaddolphin-bdc03f8dd51095cba4bec582c98470026ffb593f.tar.gz
dolphin-bdc03f8dd51095cba4bec582c98470026ffb593f.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dolphincontextmenu.cpp')
-rw-r--r--src/dolphincontextmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp
index d8d04f0..8233c93 100644
--- a/src/dolphincontextmenu.cpp
+++ b/src/dolphincontextmenu.cpp
@@ -365,7 +365,7 @@ void DolphinContextMenu::insertActionItems(TDEPopupMenu* popup,
TQStringList entries = dir.entryList("*.desktop", TQDir::Files);
for (TQStringList::ConstIterator entryIt = entries.begin(); entryIt != entries.end(); ++entryIt) {
- KSimpleConfig cfg(*dirIt + *entryIt, true);
+ TDESimpleConfig cfg(*dirIt + *entryIt, true);
cfg.setDesktopGroup();
if ((cfg.hasKey("Actions") || cfg.hasKey("X-TDE-GetActionMenu")) && cfg.hasKey("X-TDE-ServiceTypes")) {
const TQStringList types = cfg.readListEntry("X-TDE-ServiceTypes");