homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hssearchview.h
changeset 96 458d8c8d9580
parent 85 35368b604b28
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hssearchview.h	Fri Sep 17 08:27:54 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hssearchview.h	Mon Oct 04 00:07:25 2010 +0300
@@ -26,8 +26,8 @@
 #include "hsmenustates_global.h"
 #include "hsmenuviewbuilder.h"
 #include "hssearchviewbuilder.h"
+#include "hssearchfilterproxymodel.h"
 
-class QSortFilterProxyModel;
 class HsMainWindow;
 class HbAbstractViewItem;
 class HbLineEdit;
@@ -94,7 +94,7 @@
     QModelIndex mSearchViewInitialIndex;
     QModelIndex mIndexToScrollAfterSearchDone;
     QModelIndex mSearchViewLongPressedIndex;
-    QSortFilterProxyModel *mProxyModel; // owned
+    HsSearchFilterProxyModel *mProxyModel; // owned
     HbView *mSearchView;
     HbListView *mSearchListView;
     HbSearchPanel *mSearchPanel;
@@ -106,6 +106,8 @@
     QScopedPointer<HbShrinkingVkbHost> mVkbHost;
     HsSearchViewBuilder mSearchViewBuilder;
     bool mEmptyResultText;
+    QString mCriteria;
+
 };
 
 #endif /* HSSEARCHVIEW_H_ */