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