homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h
changeset 81 7dd137878ff8
parent 69 87476091b3f5
child 98 e6f74eb7f69f
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h	Fri Aug 13 14:38:12 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h	Wed Aug 18 10:33:57 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;
 
 };