phonebookui/phonebookservices/inc/cntservicecontactselectionview.h
changeset 59 a642906a277a
parent 37 fd64c38c277d
--- a/phonebookui/phonebookservices/inc/cntservicecontactselectionview.h	Tue Jul 06 14:05:47 2010 +0300
+++ b/phonebookui/phonebookservices/inc/cntservicecontactselectionview.h	Wed Aug 18 09:39:00 2010 +0300
@@ -21,6 +21,7 @@
 #include <QObject>
 
 #include "cntbaseselectionview.h"
+#include "cntabstractserviceprovider.h"
 
 class QModelIndex;
 class CntServiceHandler;
@@ -30,7 +31,7 @@
     Q_OBJECT
 
 public:
-    CntServiceContactSelectionView(CntServiceHandler *aServiceHandler);
+    CntServiceContactSelectionView( CntAbstractServiceProvider& aServiceProvider );
     ~CntServiceContactSelectionView();
 
     int viewId() const { return serviceContactSelectionView; }
@@ -41,7 +42,7 @@
     void aboutToCloseView();
         
 private:
-    CntServiceHandler *mServiceHandler;
+    CntAbstractServiceProvider& mProvider;
     QContactDetail     mDetail;
 };