messagingapp/msgui/unifiededitor/inc/msgunieditorattachment.h
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 47 5b14749788d7
--- 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;