diff -r e8a69c93c830 -r ecf6a73a9186 messagingapp/msgui/unifiedviewer/src/univiewerattachmentwidget.cpp --- a/messagingapp/msgui/unifiedviewer/src/univiewerattachmentwidget.cpp Fri Sep 17 20:16:33 2010 +0530 +++ b/messagingapp/msgui/unifiedviewer/src/univiewerattachmentwidget.cpp Tue Oct 05 13:58:47 2010 +0530 @@ -30,7 +30,7 @@ #include // USER INCLUDES -#include "univiewerutils.h" +#include "msgservicelaunchutil.h" #include "unidatamodelplugininterface.h" // LOCAL CONSTANTS @@ -172,7 +172,7 @@ this->ungrabGesture(Qt::TapGesture); if (!mViewerUtils) { - mViewerUtils = new UniViewerUtils(this); + mViewerUtils = new MsgServiceLaunchUtil(this); } mViewerUtils->launchContentViewer(mMimeType, mMediaPath); @@ -180,6 +180,8 @@ QTimer::singleShot(300,this,SLOT(regrabGesture())); } + + //---------------------------------------------------------------------------- // UniViewerAttachmentWidget::handleShortTap // @see header file