contentstorage/caclient/s60/src/camenuiconutility.cpp
changeset 83 156f692b1687
parent 80 397d00875918
child 98 d2f833ab7940
equal deleted inserted replaced
80:397d00875918 83:156f692b1687
   238     }
   238     }
   239  
   239  
   240     if (entry.entryTypeName() == XQConversions::s60DescToQString(
   240     if (entry.entryTypeName() == XQConversions::s60DescToQString(
   241             KCaTypeWidget)) {
   241             KCaTypeWidget)) {
   242         icon.addBadge(Qt::AlignBottom | Qt::AlignLeft,
   242         icon.addBadge(Qt::AlignBottom | Qt::AlignLeft,
   243 		    HbIcon("qtg_small_hs_widget"));
   243 		    HbIcon("qtg_small_homescreen"));
   244     }
   244     }
   245     return icon;
   245     return icon;
   246 }
   246 }