diff -r 84d9eb65b26f -r e4592d119491 messagingapp/msgui/unifiededitor/inc/msgunieditorattachment.h --- a/messagingapp/msgui/unifiededitor/inc/msgunieditorattachment.h Mon May 03 12:29:07 2010 +0300 +++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorattachment.h Fri May 14 15:49:35 2010 +0300 @@ -34,8 +34,7 @@ /** * Constructor */ - MsgUnifiedEditorAttachment( const QString& pluginPath, - const QString& attachmentpath, + MsgUnifiedEditorAttachment( const QString& attachmentpath, const int filesize, QGraphicsItem *parent = 0 ); @@ -68,7 +67,10 @@ */ bool isMultimediaContent(); - HbFeedback::InstantEffect overrideFeedback(Hb::InstantInteraction interaction) const; + /* + * Depricated + */ + // HbFeedback::InstantEffect overrideFeedback(Hb::InstantInteraction interaction) const; protected: /** @@ -119,11 +121,6 @@ private: /** - * style plugin path - */ - QString mPluginPath; - - /** * attachment file's path */ QString mPath;