iaupdate/IAD/bgcindicatorplugin/inc/bgcindicator.h
changeset 72 a0dc14075813
parent 53 ae54820ef82c
--- a/iaupdate/IAD/bgcindicatorplugin/inc/bgcindicator.h	Thu Sep 02 20:34:03 2010 +0300
+++ b/iaupdate/IAD/bgcindicatorplugin/inc/bgcindicator.h	Fri Sep 17 08:30:26 2010 +0300
@@ -21,6 +21,7 @@
 #include <QObject>
 
 #include <hbindicatorinterface.h>
+#include <hbtranslator.h>
 
 /**
  * Message indicator class. 
@@ -63,9 +64,15 @@
     
 private:
     /**
-     * Nr of updates
+     * Owned
      */
     int mNrOfUpdates;
+    /**
+      * Owned
+      */
+    HbTranslator *mTranslator;
+
+    
     
 };