phonebookui/pbkcommonui/inc/cntmycardview.h
changeset 53 e6aff7b69165
parent 46 efe85016a067
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/inc/cntmycardview.h	Wed Jul 21 11:37:51 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntmycardview.h	Fri Jul 23 12:43:48 2010 +0300
@@ -19,12 +19,11 @@
 #define CNTMYCARDVIEW_H_
 
 #include <QObject>
+#include <QSet>
 #include <hbdocumentloader.h>
-
 #include <cntabstractview.h>
 
 class CntAbstractViewManager;
-class CntFetchContacts;
 class HbView;
 class HbAction;
 
@@ -55,7 +54,7 @@
     void showPreviousView();
     void openNameEditor();
     void openMyCardSelectionView(); 
-    void handleMultiCardSelection();
+    void handleMultiCardSelection(QSet<QContactLocalId> aIds);
     void setOrientation(Qt::Orientation orientation);
 
 private: 
@@ -68,7 +67,6 @@
     HbDocumentLoader          mDocumentLoader;
     HbView*                   mView; // own
     HbAction*                 mSoftkey;
-    CntFetchContacts*         mFetchView;
     
     friend class TestCntMyCardView;
 };