diff --git a/applets/kicker/plugin/rootmodel.cpp b/applets/kicker/plugin/rootmodel.cpp --- a/applets/kicker/plugin/rootmodel.cpp +++ b/applets/kicker/plugin/rootmodel.cpp @@ -394,7 +394,7 @@ int separatorPosition = 0; if (allModel) { - m_entryList.prepend(new GroupEntry(this, i18n("All Applications"), QString(), allModel)); + m_entryList.prepend(new GroupEntry(this, i18n("All Applications"), QString("applications-all"), allModel)); ++separatorPosition; }