messagingapp/msgui/unifiedviewer/src/univiewerattachmentwidget.cpp
changeset 73 ecf6a73a9186
parent 63 eceabb8c7a12
--- 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 <QTimer>
 
 // 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