phonebookui/pbkcommonui/inc/cntfetchcontactsview.h
changeset 46 efe85016a067
parent 40 b46a585f6909
child 47 7cbcb2896f0e
--- a/phonebookui/pbkcommonui/inc/cntfetchcontactsview.h	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntfetchcontactsview.h	Wed Jun 23 18:02:44 2010 +0300
@@ -82,9 +82,6 @@
     void clicked();
     
 private:
-    friend class TestCntFetchUtility;
-
-private:
     HbDialog*                          mPopup;
     HbSearchPanel*                     mSearchPanel;
     CntListModel*                      mCntModel;
@@ -102,6 +99,9 @@
     HbAction*                          mPrimaryAction;
     HbAction*                          mSecondaryAction;
     HbIndexFeedback*                   mIndexFeedback;
+    
+    friend class TestCntFetchUtility;
+    friend class TestCntMyCardView;
     };
 
 #endif /* CntFetchContacts_H_ */