diff -r 3916af29624a -r 7dd137878ff8 homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h --- 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; };