aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppInformationRequestResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppInformationRequestResult.h')
-rw-r--r--source/QXmppInformationRequestResult.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/QXmppInformationRequestResult.h b/source/QXmppInformationRequestResult.h
index 56a22b83..9f4f440d 100644
--- a/source/QXmppInformationRequestResult.h
+++ b/source/QXmppInformationRequestResult.h
@@ -1,13 +1,12 @@
#ifndef QXMPPINFORMATIONREQUESTRESULT_H
#define QXMPPINFORMATIONREQUESTRESULT_H
-#include "QXmppIq.h"
+#include "QXmppDiscoveryIq.h"
-class QXmppInformationRequestResult : public QXmppIq
+class QXmppInformationRequestResult : public QXmppDiscoveryIq
{
public:
QXmppInformationRequestResult();
- virtual void toXmlElementFromChild(QXmlStreamWriter *writer) const;
};
#endif // QXMPPINFORMATIONREQUESTRESULT_H