homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h
changeset 85 35368b604b28
parent 77 4b195f3bea29
child 98 e6f74eb7f69f
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h	Wed Aug 18 09:40:07 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h	Thu Sep 02 20:17:27 2010 +0300
@@ -45,9 +45,9 @@
 
     void cleanUp();
 
-    void setSortOrder(HsSortAttribute sortAttribute);
+    void setSortOrder(Hs::HsSortAttribute sortAttribute);
 
-    void showAppsCheckboxList(HsSortAttribute sortAttribute);
+    void showAppsCheckboxList(Hs::HsSortAttribute sortAttribute);
 
 signals:
 
@@ -75,7 +75,7 @@
 
     HsMenuItemModel *mModel; // delete with dialog
 
-    HsSortAttribute mSortAttribute;
+    Hs::HsSortAttribute mSortAttribute;
 
 };