aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppDiscoveryIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppDiscoveryIq.h')
-rw-r--r--source/QXmppDiscoveryIq.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/QXmppDiscoveryIq.h b/source/QXmppDiscoveryIq.h
index a7e09c23..9173e01f 100644
--- a/source/QXmppDiscoveryIq.h
+++ b/source/QXmppDiscoveryIq.h
@@ -41,14 +41,14 @@ public:
void parse( QDomElement &element );
static bool isDiscoveryIq( QDomElement &element );
- QList<QXmppElement> getQueryItems() const;
- void setQueryItems(const QList<QXmppElement> &items);
+ QXmppElementList getQueryItems() const;
+ void setQueryItems(const QXmppElementList &items);
enum QueryType getQueryType() const;
void setQueryType(enum QueryType type);
private:
- QList<QXmppElement> m_queryItems;
+ QXmppElementList m_queryItems;
enum QueryType m_queryType;
};