diff -r 139d4b7b2938 -r 99bcbff212ad emailuis/nmhswidget/inc/nmhswidgettitlerow.h --- a/emailuis/nmhswidget/inc/nmhswidgettitlerow.h Mon May 24 21:02:02 2010 +0300 +++ b/emailuis/nmhswidget/inc/nmhswidgettitlerow.h Fri May 28 13:56:43 2010 +0300 @@ -34,6 +34,8 @@ bool loadDocML(); void setAccountIcon(const QString& accountIconName ); + void setExpandCollapseIcon(const bool& expand); + void setFontsColor( bool pressed ); private: @@ -49,6 +51,8 @@ protected: void mousePressEvent(QGraphicsSceneMouseEvent *event); + void mouseReleaseEvent(QGraphicsSceneMouseEvent *event); + bool event( QEvent *event ); private: HbLabel *mMailboxIcon;