diff -r 2a11b5b00470 -r fd64c38c277d phonebookui/phonebookservices/inc/cntserviceassigncontactcardview.h --- a/phonebookui/phonebookservices/inc/cntserviceassigncontactcardview.h Fri May 14 15:42:23 2010 +0300 +++ b/phonebookui/phonebookservices/inc/cntserviceassigncontactcardview.h Thu May 27 12:45:19 2010 +0300 @@ -38,20 +38,20 @@ Q_OBJECT public slots: - void doCloseView(); void addActionsToToolBar(); void addToContacts(); void saveNew(); void updateExisting(); - void doViewActivated(QContact contact, QContactDetail detail); + + void doViewActivated(CntAbstractViewManager* aMgr, const CntViewParameters aArgs); public: CntServiceAssignContactCardView(CntServiceHandler *aServiceHandler); ~CntServiceAssignContactCardView(); int viewId() const { return serviceAssignContactCardView; } - + private: CntServiceHandler *mServiceHandler; CntAbstractViewManager *mViewManager;