aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStream.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-04-20 17:14:09 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2012-04-20 17:14:09 +0000
commit9684bb108207ae64ddbb0a0708f69890b250783c (patch)
tree7cc104d599fba6d2350ce9d993e67415d71c4c9f /src/base/QXmppStream.h
parente5fb3e50428b26edf0800ff91c3805929e6819a1 (diff)
downloadqxmpp-9684bb108207ae64ddbb0a0708f69890b250783c.tar.gz
remove QXmppPacket from user-facing APIs
Diffstat (limited to 'src/base/QXmppStream.h')
-rw-r--r--src/base/QXmppStream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppStream.h b/src/base/QXmppStream.h
index 2a8abc1c..b61dbd5a 100644
--- a/src/base/QXmppStream.h
+++ b/src/base/QXmppStream.h
@@ -32,7 +32,7 @@
class QDomElement;
class QSslSocket;
-class QXmppPacket;
+class QXmppStanza;
class QXmppStreamPrivate;
/// \brief The QXmppStream class is the base class for all XMPP streams.
@@ -47,7 +47,7 @@ public:
~QXmppStream();
virtual bool isConnected() const;
- bool sendPacket(const QXmppPacket&);
+ bool sendPacket(const QXmppStanza&);
signals:
/// This signal is emitted when the stream is connected.