diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgui/conversationview/inc/msgconversationwidget.h --- a/messagingapp/msgui/conversationview/inc/msgconversationwidget.h Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgui/conversationview/inc/msgconversationwidget.h Thu Jul 22 16:32:06 2010 +0100 @@ -20,6 +20,7 @@ // SYSTEM INCLUDES #include +#include // FORWORD DECLARATIONS class HbFrameItem; @@ -86,10 +87,10 @@ void setBodyText(const QString &bodyText); /** - * Set preview icon path for this widget - * @param QString + * Set preview icon for this widget + * @param HbIcon, preview-icon */ - void setPreviewIconPath(const QString& filePath,int msgId); + void setPreviewIcon(HbIcon& icon); /** * Set priority property @@ -277,11 +278,26 @@ */ void resetProperties(); - /** - * Function to repolish the widget + /** + * Function to repolish widget. */ void repolishWidget(); +protected: + + /* + * @see HbWidget + */ + virtual void polish(HbStyleParameters ¶ms); + +private slots: + + /* + * Handler for orientation changed + * @param orientation Qt::Orientation + */ + void orientationchanged(Qt::Orientation orientation); + private: /**