alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalertwidget_p.h
changeset 50 579cc610882e
parent 23 fd30d51f876b
child 63 a3cb48f6c889
--- a/alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalertwidget_p.h	Wed Jun 23 18:11:28 2010 +0300
+++ b/alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalertwidget_p.h	Tue Jul 06 14:14:56 2010 +0300
@@ -28,7 +28,7 @@
 // Forward declarations
 class QGraphicsWidget;
 class QEvent;
-class QTranslator;
+class HbTranslator;
 class HbMainWindow;
 class HbDocumentLoader;
 class HbLabel;
@@ -140,6 +140,11 @@
      */
     void silenced();
     
+	/**
+     * @brief Called when the alarmui is about to display.
+     */
+    void aboutToDisplay();
+    
 private:
     /**
      * @brief Extracts the parameters sent by the client
@@ -192,13 +197,19 @@
      * @var mAlarmTime
      * @brief Holds the alarm expiry time
      */
-    QDateTime mAlarmTime;
+    QString mAlarmTime;
+    
+    /**
+     * @var mAlarmDate
+     * @brief Holds the alarm expiry time
+     */
+    QString mAlarmDate;
     
     /**
      * @var mTranslator
      * @brief translator for the localisation of strings
      */
-    QTranslator *mTranslator;
+    HbTranslator *mTranslator;
 	
     /**
      * @var mAlarmDescription