messagingapp/msgui/unifiedviewer/inc/univieweraudiowidget.h
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
equal deleted inserted replaced
68:e8a69c93c830 73:ecf6a73a9186
    17 
    17 
    18 #ifndef UNI_VIEWER_AUDIO_WIDGET_H
    18 #ifndef UNI_VIEWER_AUDIO_WIDGET_H
    19 #define UNI_VIEWER_AUDIO_WIDGET_H
    19 #define UNI_VIEWER_AUDIO_WIDGET_H
    20 
    20 
    21 // FORWARD DECLARATIONS
    21 // FORWARD DECLARATIONS
    22 class UniViewerUtils;
    22 class MsgServiceLaunchUtil;
    23 class UniMessageInfo;
    23 class UniMessageInfo;
    24 
    24 
    25 #include <HbPushButton>
    25 #include <HbPushButton>
    26 
    26 
    27 /**
    27 /**
    95     void regrabGesture();
    95     void regrabGesture();
    96 
    96 
    97 private:
    97 private:
    98 
    98 
    99     /**
    99     /**
   100      * UniViewerUtils object.
   100      * MsgServiceLaunchUtil object.
   101      * Own
   101      * Own
   102      */
   102      */
   103     UniViewerUtils *mViewerUtils;
   103     MsgServiceLaunchUtil *mViewerUtils;
   104 
   104 
   105     /**
   105     /**
   106      * Media file path.
   106      * Media file path.
   107      */
   107      */
   108     QString mMediaPath;
   108     QString mMediaPath;