phonebookui/pbkcommonui/inc/cntfavoritesview.h
changeset 40 b46a585f6909
parent 31 2a11b5b00470
child 53 e6aff7b69165
--- a/phonebookui/pbkcommonui/inc/cntfavoritesview.h	Thu May 27 12:45:19 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntfavoritesview.h	Fri Jun 11 13:29:23 2010 +0300
@@ -20,14 +20,15 @@
 
 #include <QObject>
 #include <hbdocumentloader.h>
-
 #include <cntabstractview.h>
 
 class HbAction;
 class HbView;
+class CntFetchContacts;
 
 QTM_BEGIN_NAMESPACE
 class QContact;
+class QContactManager;
 QTM_END_NAMESPACE
 
 QTM_USE_NAMESPACE
@@ -51,8 +52,11 @@
 private slots:
     void showPreviousView();
     void openSelectionPopup();
-    void handleMemberSelection(HbAction *action);
+    void handleMemberSelection();
     void setOrientation(Qt::Orientation orientation);
+
+private:
+    QContactManager* getContactManager();
     
 #ifdef PBK_UNIT_TEST
 public:
@@ -64,7 +68,7 @@
     HbAction* mSoftkey;
     CntAbstractViewManager* mViewManager;
     HbDocumentLoader mDocumentLoader;
-
+    CntFetchContacts* mFetchView;
 };
 
 #endif // CNTFAVORITESVIEW_H