phonebookui/phonebookservices/inc/cntserviceassigncontactcardview.h
changeset 37 fd64c38c277d
parent 27 de1630741fbe
child 50 77bc263e1626
child 59 a642906a277a
--- 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;