phonebookui/pbkcommonui/inc/cntgroupdeletepopup.h
changeset 59 a642906a277a
parent 46 efe85016a067
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/inc/cntgroupdeletepopup.h	Tue Jul 06 14:05:47 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntgroupdeletepopup.h	Wed Aug 18 09:39:00 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<QContactLocalId> deleteGroup() const;
 
-#ifdef PBK_UNIT_TEST
-public:
-#else
 private:
-#endif
-    HbListView               *mListView;
     QContactManager          *mContactManager;
     CntGroupDeletePopupModel *mModel;  
 };