clock/clockui/clockviews/inc/clockalarmlistitemprototype.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    19 #ifndef CLOCKALARMLISTITEMPROTOTYPE_H
    19 #ifndef CLOCKALARMLISTITEMPROTOTYPE_H
    20 #define CLOCKALARMLISTITEMPROTOTYPE_H
    20 #define CLOCKALARMLISTITEMPROTOTYPE_H
    21 
    21 
    22 // System includes
    22 // System includes
    23 #include <QGraphicsWidget>
    23 #include <QGraphicsWidget>
    24 #include <HbListViewItem.h>
    24 #include <QPointer>
       
    25 #include <hblistviewitem.h>
    25 
    26 
    26 // Forward declarations
    27 // Forward declarations
    27 class QGraphicsItem;
    28 class QGraphicsItem;
    28 class HbPushButton;
    29 class HbPushButton;
    29 
    30 
    46 	void handleAlarmStatusChanged();
    47 	void handleAlarmStatusChanged();
    47 
    48 
    48 private:
    49 private:
    49 	QGraphicsItem *mParent;
    50 	QGraphicsItem *mParent;
    50 
    51 
    51 	HbPushButton *malarmIconItem;
    52 	QPointer<HbPushButton> malarmIconItem;
    52 };
    53 };
    53 
    54 
    54 #endif // CLOCKALARMLISTITEMPROTOTYPE_H
    55 #endif // CLOCKALARMLISTITEMPROTOTYPE_H
    55 
    56 
    56 // End of file	--Don't remove this.
    57 // End of file	--Don't remove this.