src/hbcore/decorators/hbindicatorbutton_p_p.h
changeset 28 b7da29130b0e
parent 7 923ff622b8b9
--- a/src/hbcore/decorators/hbindicatorbutton_p_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/decorators/hbindicatorbutton_p_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -29,6 +29,10 @@
 #include <hbtoolbutton_p.h>
 #include "hbindicatorbutton_p.h"
 
+#if defined(Q_OS_SYMBIAN)
+class HbIndicatorButtonStatusPrivate;
+#endif // defined(Q_OS_SYMBIAN)
+
 class HbIndicatorButtonPrivate : public HbToolButtonPrivate
 {
     Q_DECLARE_PUBLIC(HbIndicatorButton)
@@ -45,6 +49,7 @@
     int findIndicator(const IndicatorClientInfo &indicator) const;
     void updateIcon();
     void setStyle();
+    void setNewEvent(bool newEvent);
 
 private:
 
@@ -63,6 +68,10 @@
     int mStyle;
     bool mIndicatorMenuOpen;
     QGraphicsItem *mTouchArea;
+    
+#if defined(Q_OS_SYMBIAN)
+    HbIndicatorButtonStatusPrivate *mIndicatorButtonStatusPrivate;
+#endif // defined(Q_OS_SYMBIAN)   
 };
 
 #endif // HBINDICATORBUTTON_P_P_H