phonebookui/pbkcommonui/inc/cntgroupmemberview.h
changeset 40 b46a585f6909
parent 37 fd64c38c277d
child 46 efe85016a067
--- a/phonebookui/pbkcommonui/inc/cntgroupmemberview.h	Thu May 27 12:45:19 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntgroupmemberview.h	Fri Jun 11 13:29:23 2010 +0300
@@ -24,7 +24,7 @@
 
 #include <cntabstractview.h>
 
-class MobCntModel;
+class CntListModel;
 class CntAbstractViewManager;
 class CntContactCardHeadingItem;
 class CntFetchContacts;
@@ -83,8 +83,7 @@
     
     void drawImageMenu(const QPointF &aCoords);
     void createModel();
-    
-private:    
+  
     void removeImage();
     
 private:
@@ -102,13 +101,14 @@
     HbAction*                   mDeleteAction; // owned by view
     HbAction*                   mShowActionsAction; // owned by view
     HbAction*                   mEditGroupAction; // owned by view
-    MobCntModel*                mModel; // own
+    CntListModel*               mModel; // own
     CntImageLabel*              mImageLabel;
     HbListView*                 mListView; // owned by layout
     HbDocumentLoader*           mDocument;
     CntFetchContacts*           mFetchView;
     QList<QContactLocalId>      mOriginalGroupMembers;
     QContactAvatar*             mAvatar;
+    CntViewParameters           mArgs;
 };
 
 #endif // CNTGROUPMEMBERVIEW_H