--- a/phonebookui/phonebookservices/src/cntservicecontactselectionview.cpp Thu May 27 12:45:19 2010 +0300
+++ b/phonebookui/phonebookservices/src/cntservicecontactselectionview.cpp Fri Jun 11 13:29:23 2010 +0300
@@ -21,7 +21,7 @@
#include <QModelIndex>
#include "cntservicehandler.h"
#include <hblistview.h>
-#include <mobcntmodel.h>
+#include <cntlistmodel.h>
CntServiceContactSelectionView::CntServiceContactSelectionView(CntServiceHandler *aServiceHandler):
CntBaseSelectionView(),
@@ -29,7 +29,7 @@
{
connect(mListView, SIGNAL(activated(const QModelIndex&)), this, SLOT(onListViewActivated(const QModelIndex&)));
connect( this, SIGNAL(viewClosed()), this, SLOT(aboutToCloseView()) );
- connect( this, SIGNAL(viewOpened(const CntViewParameters)), this, SLOT(aboutToOpenView(const CntViewParameters)) );
+ connect( this, SIGNAL(viewOpened(CntAbstractViewManager*, const CntViewParameters)), this, SLOT(aboutToOpenView(CntAbstractViewManager*, const CntViewParameters)) );
}
CntServiceContactSelectionView::~CntServiceContactSelectionView()