summaryrefslogtreecommitdiffstats
path: root/kdesktop/kcustommenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/kcustommenu.cpp')
-rw-r--r--kdesktop/kcustommenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/kcustommenu.cpp b/kdesktop/kcustommenu.cpp
index cd1287d3d..f3d3cf817 100644
--- a/kdesktop/kcustommenu.cpp
+++ b/kdesktop/kcustommenu.cpp
@@ -71,7 +71,7 @@ KCustomMenu::slotActivated(int id)
KService::Ptr s = d->entryMap[id];
if (!s)
return;
- kapp->startServiceByDesktopPath(s->desktopEntryPath());
+ tdeApp->startServiceByDesktopPath(s->desktopEntryPath());
}
// The following is copied from kicker's PanelServiceMenu