diff -r 5b3b2fa8c3ec -r f42d9a78f435 messagingapp/msgui/unifiededitor/inc/msgunieditorlineedit.h --- a/messagingapp/msgui/unifiededitor/inc/msgunieditorlineedit.h Wed Aug 18 00:46:12 2010 +0530 +++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorlineedit.h Tue Aug 31 18:53:38 2010 +0530 @@ -98,6 +98,10 @@ int mSelectionStart; int mSelectionEnd; bool mDefaultBehaviour; + +#ifdef MSGUI_UNIT_TEST + friend class TestMsgUnifiedEditorLineEdit; +#endif }; #endif // MSG_UNIFIED_EDITOR_LINEEDIT_H