--- a/homescreenapp/hsmenuclientplugin/src/hsmenuclient.cpp Fri Aug 13 14:38:12 2010 +0300
+++ b/homescreenapp/hsmenuclientplugin/src/hsmenuclient.cpp Wed Aug 18 10:33:57 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