qtmobility/src/messaging/qmessagestore_symbian_p.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/src/messaging/qmessagestore_symbian_p.h	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/messaging/qmessagestore_symbian_p.h	Wed Jun 23 19:08:38 2010 +0300
@@ -49,6 +49,9 @@
 QTM_BEGIN_NAMESPACE
 
 class CMTMEngine;
+#ifdef FREESTYLEMAILUSED
+class CFSEngine;
+#endif
 
 class QMessageStorePrivate : public QObject
 {
@@ -100,6 +103,10 @@
     QMessageStore* q_ptr;
 
     CMTMEngine* _mtmEngine;
+#ifdef FREESTYLEMAILUSED
+    CFSEngine* _fsEngine;
+#endif
+
     QMessageManager::Error _error;
     
     NotificationType _notificationType;