aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppElement.h')
-rw-r--r--src/base/QXmppElement.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h
index 7fa75494..b8da1f16 100644
--- a/src/base/QXmppElement.h
+++ b/src/base/QXmppElement.h
@@ -28,11 +28,13 @@
#include <QStringList>
#include <QXmlStreamWriter>
+#include "QXmppGlobal.h"
+
class QDomElement;
class QXmppElement;
class QXmppElementPrivate;
-class QXmppElementList : public QList<QXmppElement>
+class QXMPP_EXPORT QXmppElementList : public QList<QXmppElement>
{
public:
QXmppElementList();
@@ -40,7 +42,7 @@ public:
QXmppElementList(const QList<QXmppElement> &other);
};
-class QXmppElement
+class QXMPP_EXPORT QXmppElement
{
public:
QXmppElement();