diff -r 66b5fe3c07fd -r e6f74eb7f69f homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h Wed Oct 06 16:06:24 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h Mon Oct 18 10:20:15 2010 +0300 @@ -32,7 +32,7 @@ class HbAction; class HbGroupBox; class HbLineEdit; -class HbListView; +class HbAbstractItemView; class HbToolBar; class HbView; class HbWidget; @@ -49,6 +49,8 @@ enum HsOperationalContext { HsItemViewContext = 0, HsEmptyLabelContext, + HsGridPortraitContext, + HsGridLandscapeContext, InvalidOperationalContext }; @@ -73,7 +75,7 @@ // mandatory context dependent widgets accessors HbView *currentView(); - HbListView *currentListView(); + HbAbstractItemView *currentAbstractItemView(); // optional widgets accessors