diff -r 8ba0afbb4637 -r a15d9966050f messagingapp/msgui/unifiededitor/inc/msgunieditorlineedit.h --- a/messagingapp/msgui/unifiededitor/inc/msgunieditorlineedit.h Thu Sep 02 20:23:03 2010 +0300 +++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorlineedit.h Fri Sep 17 08:28:39 2010 +0300 @@ -98,6 +98,10 @@ int mSelectionStart; int mSelectionEnd; bool mDefaultBehaviour; + +#ifdef MSGUI_UNIT_TEST + friend class TestMsgUnifiedEditorLineEdit; +#endif }; #endif // MSG_UNIFIED_EDITOR_LINEEDIT_H