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.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h
index b8da1f16..1bf2a7fa 100644
--- a/src/base/QXmppElement.h
+++ b/src/base/QXmppElement.h
@@ -34,14 +34,7 @@ class QDomElement;
class QXmppElement;
class QXmppElementPrivate;
-class QXMPP_EXPORT QXmppElementList : public QList<QXmppElement>
-{
-public:
- QXmppElementList();
- QXmppElementList(const QXmppElement &element);
- QXmppElementList(const QList<QXmppElement> &other);
-};
-
+typedef QList<QXmppElement> QXmppElementList;
class QXMPP_EXPORT QXmppElement
{
public: