messagingapp/msgui/msguiutils/inc/msgsendutil.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
child 67 fc91263aee62
--- a/messagingapp/msgui/msguiutils/inc/msgsendutil.h	Fri Apr 16 14:56:15 2010 +0300
+++ b/messagingapp/msgui/msguiutils/inc/msgsendutil.h	Mon May 03 12:29:07 2010 +0300
@@ -22,6 +22,13 @@
 #include <QObject>
 #include "convergedmessage.h"
 
+#ifdef BUILD_MSGUI_UTILS_DLL
+#define MSGUI_UTILS_DLL_EXPORT Q_DECL_EXPORT
+#else
+#define MSGUI_UTILS_DLL_EXPORT Q_DECL_IMPORT
+#endif
+
+
 class UniEditorPluginLoader;
 class UniEditorGenUtils;
 class UniEditorPluginInterface;
@@ -30,7 +37,7 @@
  * This class manages the message send functionality.
  * 
  */
-class MsgSendUtil : public QObject
+class MSGUI_UTILS_DLL_EXPORT MsgSendUtil : public QObject
 {
 Q_OBJECT