alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalertwidget_p.h
changeset 63 a3cb48f6c889
parent 45 b6db4fd4947b
child 70 a5ed90760192
--- a/alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalertwidget_p.h	Mon Aug 09 18:30:52 2010 +0530
+++ b/alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalertwidget_p.h	Wed Aug 25 14:02:13 2010 +0530
@@ -18,6 +18,7 @@
 
 // System includes
 #include <QDateTime>
+#include <QPointer>
 #include <hbdialog.h>
 #include <hbdevicedialoginterface.h>
 #include <hbeffect.h>
@@ -215,19 +216,19 @@
      * @var mAlarmDescription
      * @brief Points to the alarm description label
      */
-    HbLabel *mAlarmDescription;
+    QPointer<HbLabel> mAlarmDescription;
     
     /**
     * @var mAlarmDateTime
     * @brief Points to the alarm expiry time label
     */
-    HbLabel *mAlarmDateTime;
+    QPointer<HbLabel> mAlarmDateTime;
     
     /**
      * @var mAlarmIcon
      * @brief Points to the alarm icon label
      */
-    HbLabel *mAlarmIcon;
+    QPointer<HbLabel> mAlarmIcon;
     
     /**
      * @var mMainWindow