diff -r e8a69c93c830 -r ecf6a73a9186 messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h --- a/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h Fri Sep 17 20:16:33 2010 +0530 +++ b/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h Tue Oct 05 13:58:47 2010 +0530 @@ -23,12 +23,14 @@ #include #include #include +#include #include "msginfodefs.h" // CLASS DECLARATION class MsgNotifierPrivate; class MsgSimNumDetector; class MsgErrorWatcher; +class HbDeviceDialog; /** * Stores the data required for notification. @@ -117,6 +119,15 @@ */ void updateOutboxIndications(MsgInfo& indicatorData); +private slots: + + /** + * handleDataReceived + * Handler for data recevied signal from HbDeviceDialog + * @param data + */ + void handleDataReceived(QVariantMap data); + private: /** @@ -144,6 +155,12 @@ * Own */ MsgErrorWatcher* mErrorWatcher; + + /** + * Pointer to HbDeviceDialog + * Own + */ + HbDeviceDialog* mDeviceDialog; }; #endif // MSGNOTIFIER_H