From be754178af1d2cd4bbcb76935a72e23f9653e0fd Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 24 Feb 2010 08:37:02 +0000 Subject: rename QXmppDataIq to QXmppIbbDataIq --- source/QXmppDataIq.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 source/QXmppDataIq.h (limited to 'source/QXmppDataIq.h') diff --git a/source/QXmppDataIq.h b/source/QXmppDataIq.h deleted file mode 100644 index 0a987d29..00000000 --- a/source/QXmppDataIq.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef QXMPPDATAIQ_H -#define QXMPPDATAIQ_H - -#include "QXmppIq.h" - -class QXmlStreamWriter; -class QDomElement; - -class QXmppDataIq : public QXmppIq -{ -public: - QXmppDataIq(); - - quint16 getSequence() const; - void setSequence( quint16 seq ); - QString getSid() const; - void setSid( const QString &sid ); - QByteArray getPayload() const; - void setPayload( const QByteArray &data ); - - void toXmlElementFromChild(QXmlStreamWriter *writer) const; - void parse( QDomElement &element ); - static bool isDataIq( QDomElement &element ); -private: - quint16 m_seq; - QString m_sid; - QByteArray m_payload; -}; - -#endif // QXMPPDATAIQ_H -- cgit v1.2.3