diff --git a/applets/kicker/plugin/rootmodel.cpp b/applets/kicker/plugin/rootmodel.cpp index 85d6b44be..a0940dd31 100644 --- a/applets/kicker/plugin/rootmodel.cpp +++ b/applets/kicker/plugin/rootmodel.cpp @@ -394,7 +394,7 @@ void RootModel::refresh() 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; }