diff --git a/containmentactions/applauncher/launch.cpp b/containmentactions/applauncher/launch.cpp index 7ea8ae8ae..373bac01e 100644 --- a/containmentactions/applauncher/launch.cpp +++ b/containmentactions/applauncher/launch.cpp @@ -49,7 +49,7 @@ QList AppLauncher::contextualActions() void AppLauncher::makeMenu(QMenu *menu, const KServiceGroup::Ptr group) { - foreach (KSycocaEntry::Ptr p, group->entries(true, false, true)) { + foreach (KSycocaEntry::Ptr p, group->entries(true, true, true)) { if (p->isType(KST_KService)) { const KService::Ptr service(static_cast(p.data()));