diff -r 8ba0afbb4637 -r a15d9966050f messagingapp/msgui/conversationview/inc/msgeditorwidget.h --- a/messagingapp/msgui/conversationview/inc/msgeditorwidget.h Thu Sep 02 20:23:03 2010 +0300 +++ b/messagingapp/msgui/conversationview/inc/msgeditorwidget.h Fri Sep 17 08:28:39 2010 +0300 @@ -234,6 +234,13 @@ * Indication for sms char limt reached */ bool mSmsCharLimitReached; + +#ifdef MSGUI_UNIT_TEST + /** + * Unit Testing + */ + friend class TestMsgEditorWidget; +#endif }; #endif // MSGEDITORWIDGET_H