homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h
changeset 71 1db7cc813a4e
parent 69 87476091b3f5
child 86 e4f038c420f7
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h	Fri Jul 23 13:47:57 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h	Fri Aug 06 13:36:36 2010 +0300
@@ -33,7 +33,6 @@
 class HbGroupBox;
 class HbLineEdit;
 class HbListView;
-class HbSearchPanel;
 class HbToolBar;
 class HbView;
 class HbWidget;
@@ -50,7 +49,6 @@
 
 enum HsOperationalContext {
     HsItemViewContext = 0,
-    HsSearchContext,
     HsButtonContext,
     HsEmptyLabelContext,
     InvalidOperationalContext
@@ -81,7 +79,6 @@
 
     // optional widgets accessors
     HbGroupBox *currentViewLabel();
-    HbSearchPanel *currentSearchPanel();
     HbPushButton *currentAddContentButton();
 
 
@@ -104,15 +101,12 @@
 
     QSet<QObject *> mLoadedObjects;
 
-    const QString DOCUMENT_FILE_NAME;
+
     const QString ALL_APPS_ACTION_NAME;
     const QString ALL_COLLECTIONS_ACTION_NAME;
     const QString SEARCH_ACTION_NAME;
     const QString OVI_STORE_ACTION_NAME;
     const QString OPERATOR_ACTION_NAME;
-    const QString SEARCH_PANEL_NAME;
-    const QString BUTTON_NAME;
-    const QString TOOL_BAR_NAME;
 
     QActionGroup *mToolBarActionGroup;
     HbToolBar *mToolBar;