emailuis/nmhswidget/inc/nmhswidgettitlerow.h
changeset 76 38bf5461e270
parent 62 a8c646b56683
--- 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 <hbwidget.h>
+#include <hbeffect.h>
 
 //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();