phonebookui/pbkcommonui/inc/cntnoteeditorviewitem.h
changeset 46 efe85016a067
parent 27 de1630741fbe
--- a/phonebookui/pbkcommonui/inc/cntnoteeditorviewitem.h	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntnoteeditorviewitem.h	Wed Jun 23 18:02:44 2010 +0300
@@ -40,13 +40,11 @@
 public slots:
     void textChanged(const QString &text);
     
-#ifdef PBK_UNIT_TEST
-public:
-#else
 private:
-#endif
     HbLineEdit* mEdit;
     QGraphicsLinearLayout* mLayout;
+    
+    friend class T_NoteEditorTest;
     };
 
 #endif /* CNTNOTEEDITORVIEWITEM_H_ */