--- a/phonebookui/phonebookservices/inc/cntservicecontactselectionview.h Wed Jul 21 11:09:07 2010 +0300
+++ b/phonebookui/phonebookservices/inc/cntservicecontactselectionview.h Wed Jul 21 11:21:49 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;
};