diff -r 9ba4404ef423 -r 759dc5235cdb emailuis/nmhswidget/inc/nmhswidgettitlerow.h --- a/emailuis/nmhswidget/inc/nmhswidgettitlerow.h Thu May 27 12:43:55 2010 +0300 +++ b/emailuis/nmhswidget/inc/nmhswidgettitlerow.h Fri Jun 11 13:27:14 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;