homescreenapp/hsutils/inc/hsmenueventfactory.h
changeset 85 35368b604b28
parent 77 4b195f3bea29
child 86 e4f038c420f7
--- a/homescreenapp/hsutils/inc/hsmenueventfactory.h	Wed Aug 18 09:40:07 2010 +0300
+++ b/homescreenapp/hsutils/inc/hsmenueventfactory.h	Thu Sep 02 20:17:27 2010 +0300
@@ -38,7 +38,7 @@
 
 public:
 
-    static QEvent *createAddToHomeScreenEvent(int entryId, HsMenuMode menuMode, QVariant homescreenData = NULL);
+    static QEvent *createAddToHomeScreenEvent(int entryId, Hs::HsMenuMode menuMode, QVariant homescreenData = NULL);
 
     static QEvent *createOpenCollectionEvent(int itemId,
             const QString &collectionType);
@@ -53,7 +53,7 @@
     static QEvent *createDeleteCollectionEvent(int aItemId);
 
     static QEvent *createOpenAppLibraryEvent(
-        HsMenuMode menuMode = NormalHsMenuMode, QVariant homescreenData = NULL);
+        Hs::HsMenuMode menuMode = Hs::NormalHsMenuMode, QVariant homescreenData = NULL);
 
     static QEvent *createOpenInstalledViewEvent();
     
@@ -62,7 +62,7 @@
     static QEvent *createCollectionDeletedEvent();
 
     static QEvent *createAddAppsFromApplicationsViewEvent(
-        HsSortAttribute aApplicationsSortOder,
+        Hs::HsSortAttribute aApplicationsSortOder,
         int aItemId = 0);
 
     static QEvent *createAddAppsFromCollectionViewEvent(