phonebookui/pbkcommonui/inc/cntdetaileditor.h
changeset 46 efe85016a067
parent 31 2a11b5b00470
child 50 77bc263e1626
child 59 a642906a277a
--- a/phonebookui/pbkcommonui/inc/cntdetaileditor.h	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntdetaileditor.h	Wed Jun 23 18:02:44 2010 +0300
@@ -67,12 +67,7 @@
 private:    
     HbDocumentLoader* document();
     
-#ifdef PBK_UNIT_TEST
-public:
-#else
 private:
-#endif
-
     QPointer<HbDataForm>           mDataForm;
     CntDetailEditorModel           *mDataFormModel;
     QPointer<HbGroupBox>           mHeader;
@@ -84,5 +79,7 @@
     HbAction                       *mSoftkey;
     HbAction                       *mCancel;
     CntViewParameters               mArgs;
+    
+    friend class TestCntDetailEditor;
     };
 #endif /* CNTDETAILEDITOR_H_ */