messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp
changeset 51 3507212d340e
parent 48 4f501b74aeb1
child 76 60a8a215b0ec
--- 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&)));