The problem with the icon "package_utility_time" that has been used
before was that it is not available on all distros. The new icon
"chronometer" should be available on every KDE install.
Thanks to Elias Probst for suggesting the new icon - I'm not that
familiar with the icons provided by KDE myself.
CCBUG: 304323
(cherry picked from commit
d7e7ca53bb95c7555bbf107d92b47ac25eda1918)
const GroupType type = groupType();
if (icon().isEmpty()) {
switch (type) {
- case RecentlyAccessedType: setIcon("package_utility_time"); break;
+ case RecentlyAccessedType: setIcon("chronometer"); break;
case SearchForType: setIcon("nepomuk"); break;
case PlacesType:
default: setIcon("folder");