diff -r ecf6a73a9186 -r 60a8a215b0ec messagingapp/msgui/unifiededitor/inc/msgunieditorsubject.h --- a/messagingapp/msgui/unifiededitor/inc/msgunieditorsubject.h Tue Oct 05 13:58:47 2010 +0530 +++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorsubject.h Tue Oct 19 11:30:16 2010 +0530 @@ -73,12 +73,6 @@ */ void setFocus(); -signals: - /** - * Emitted when subject/priority content is added or removed - */ - void contentChanged(); - private slots: /** * called when contentsChanged signal is emitted by the line edit @@ -119,7 +113,7 @@ */ QString mPrevBuffer; -#ifdef MSGUI_UNIT_TEST +#ifdef UNIEDITOR_UNIT_TEST friend class TestMsgUnifiesEditorSubject; #endif };