aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppNonSASLAuth.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppNonSASLAuth.h')
-rw-r--r--source/QXmppNonSASLAuth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppNonSASLAuth.h b/source/QXmppNonSASLAuth.h
index bf071584..6de1063f 100644
--- a/source/QXmppNonSASLAuth.h
+++ b/source/QXmppNonSASLAuth.h
@@ -8,7 +8,7 @@ class QXmppNonSASLAuthTypesRequestIq : public QXmppIq
public:
QXmppNonSASLAuthTypesRequestIq();
void setUsername( const QString &username );
- virtual QByteArray toXmlElementFromChild() const;
+ virtual void toXmlElementFromChild(QXmlStreamWriter *writer) const;
private:
QString m_username;
};
@@ -17,7 +17,7 @@ class QXmppNonSASLAuthIq : public QXmppIq
{
public:
QXmppNonSASLAuthIq();
- virtual QByteArray toXmlElementFromChild() const;
+ virtual void toXmlElementFromChild(QXmlStreamWriter *writer) const;
void setUsername( const QString &username );
void setPassword( const QString &password );
void setResource( const QString &resource );