diff -r 84197e66a4bd -r 35b64624a9e7 messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp --- a/messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp Fri Jun 11 13:35:48 2010 +0300 +++ b/messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp Wed Jun 23 18:09:17 2010 +0300 @@ -41,13 +41,13 @@ #include #include #include - +#include // USER INCLUDES #include "msgunieditorbody.h" #include "UniEditorGenUtils.h" #include "UniSendingSettings.h" #include "msgunieditormonitor.h" -#include "s60qconversions.h" + #include "mmsconformancecheck.h" #include "unieditorpluginloader.h" #include "unieditorplugininterface.h" @@ -209,7 +209,7 @@ if( error == KErrNone) { mMediaResolver->SetCharacterSetRecognition(EFalse); - HBufC *name = S60QConversions::qStringToS60Desc(imagefile); + HBufC *name = XQConversions::qStringToS60Desc(imagefile); RFile file; TRAP(error, file = mMediaResolver->FileHandleL(*name)); if(error == KErrNone) @@ -636,7 +636,7 @@ if (aEvent == EUniEditorProcessImageOperationComplete && aFileName.Length() > 0) { - mImageFile = S60QConversions::s60DescToQString(aFileName); + mImageFile = XQConversions::s60DescToQString(aFileName); } else {