diff -r e6aff7b69165 -r 47627ab5d7a4 phonebookui/pbkcommonui/inc/cntgroupdeletepopup.h --- a/phonebookui/pbkcommonui/inc/cntgroupdeletepopup.h Fri Jul 23 12:43:48 2010 +0300 +++ b/phonebookui/pbkcommonui/inc/cntgroupdeletepopup.h Thu Aug 05 14:31:09 2010 +0300 @@ -35,6 +35,7 @@ class CntGroupDeletePopup : public HbSelectionDialog { Q_OBJECT + friend class TestCntGroupDeletePopup; public: CntGroupDeletePopup(QContactManager *manager, QGraphicsItem *parent = 0); @@ -43,12 +44,7 @@ void populateListOfGroup(); QList deleteGroup() const; -#ifdef PBK_UNIT_TEST -public: -#else private: -#endif - HbListView *mListView; QContactManager *mContactManager; CntGroupDeletePopupModel *mModel; };