diff -r 4b195f3bea29 -r 35368b604b28 homescreenapp/hsmenuclientplugin/src/hsmenuclient.cpp --- a/homescreenapp/hsmenuclientplugin/src/hsmenuclient.cpp Wed Aug 18 09:40:07 2010 +0300 +++ b/homescreenapp/hsmenuclientplugin/src/hsmenuclient.cpp Thu Sep 02 20:17:27 2010 +0300 @@ -139,7 +139,7 @@ else if ((pref.contains(hsItemName) || pref.contains(hsItemLocName)) && pref.contains(hsitemLaunchUri) && pref.contains(hsitemPublisherId)) { CaEntry add_entry(ItemEntryRole); - add_entry.setEntryTypeName(templatedApplicationTypeName()); + add_entry.setEntryTypeName(Hs::templatedApplicationTypeName); // mandatory values if(pref.contains(hsItemLocName)) { @@ -206,7 +206,7 @@ // define query query.setFlagsOn(VisibleEntryFlag); query.setEntryRoles(ItemEntryRole); - query.setEntryTypeNames(QStringList(templatedApplicationTypeName())); + query.setEntryTypeNames(QStringList(Hs::templatedApplicationTypeName)); // add atributes to caquery