--- a/messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp Fri Jun 04 10:25:39 2010 +0100
+++ b/messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp Fri Jun 11 13:35:48 2010 +0300
@@ -23,8 +23,8 @@
// USER INCLUDES
#include "msgunieditorsubject.h"
#include "UniEditorGenUtils.h"
-#include "msgunifiededitorlineedit.h"
-#include "msgmonitor.h"
+#include "msgunieditorlineedit.h"
+#include "msgunieditormonitor.h"
// Localized Constants
#define LOC_SUBJECT hbTrId("txt_messaging_formlabel_subject")
@@ -115,8 +115,8 @@
{
// reject any text input if mms size limit is reached
int futureSize = subjectSize() +
- MsgMonitor::containerSize() + MsgMonitor::bodySize();
- if(futureSize > MsgMonitor::maxMmsSize())
+ MsgUnifiedEditorMonitor::containerSize() + MsgUnifiedEditorMonitor::bodySize();
+ if(futureSize > MsgUnifiedEditorMonitor::maxMmsSize())
{
// atomic operation
disconnect(mSubjectEdit, SIGNAL(contentsChanged(const QString&)),