diff -r 2a272ef608c4 -r 3507212d340e messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp --- a/messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp Tue Aug 03 21:34:40 2010 +0530 +++ b/messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp Fri Aug 06 23:19:50 2010 +0530 @@ -51,7 +51,7 @@ mSubjectEdit->setMinRows(1); mSubjectEdit->setMaxRows(10); - QT_TRAP_THROWING( mGenUtils = new UniEditorGenUtils()); + mGenUtils = q_check_ptr(new UniEditorGenUtils()); connect(mSubjectEdit, SIGNAL(contentsChanged(const QString&)), this, SLOT(onContentsChanged(const QString&)));