diff -r 6c59112cfd31 -r 38bf5461e270 emailuis/nmhswidget/inc/nmhswidgettitlerow.h --- a/emailuis/nmhswidget/inc/nmhswidgettitlerow.h Thu Sep 30 11:43:07 2010 +0300 +++ b/emailuis/nmhswidget/inc/nmhswidgettitlerow.h Thu Oct 14 17:33:43 2010 +0300 @@ -19,6 +19,7 @@ #define NMHSWIDGETTITLEROW_H_ #include +#include //FORWARD DECLARATIONS: class HbLabel; @@ -44,12 +45,14 @@ bool loadDocML(HbDocumentLoader &loader); bool setupGraphics(); void updateData(); - void setHighlighedFontsColor( bool pressed ); - void showHighlight( bool pressed ); + void setFontsColor(); public slots: void updateAccountName(const QString& accountName ); void updateUnreadCount(const int& unreadCount ); + +private slots: + void hideHighlight(const HbEffect::EffectStatus &status); signals: void expandCollapseButtonPressed();