--- a/messagingapp/msgnotifications/flashmsgnotifier/inc/flashmsgnotifier.h Wed Sep 01 14:19:13 2010 +0530
+++ b/messagingapp/msgnotifications/flashmsgnotifier/inc/flashmsgnotifier.h Tue Sep 07 13:28:39 2010 +0530
@@ -25,6 +25,8 @@
class FlashMsgNotifierPrivate;
class XQSystemToneService;
+class XQSettingsManager;
+class CHWRMVibra;
/**
* @class FlashMsgNotifier
@@ -84,6 +86,17 @@
* Address string
*/
QString mAddress;
+
+ /**
+ * Settings manager
+ * Owned.
+ */
+ XQSettingsManager* mSettingsManager;
+
+ /**
+ * Vibra alert on receiving a new message
+ */
+ CHWRMVibra *mVibra; // Owned.
};
#endif // MSGERRORNOTIFIER_H