aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppStream.cpp')
-rw-r--r--source/QXmppStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppStream.cpp b/source/QXmppStream.cpp
index f6c0328d..7a7b678e 100644
--- a/source/QXmppStream.cpp
+++ b/source/QXmppStream.cpp
@@ -1046,7 +1046,7 @@ void QXmppStream::sendPacket(const QXmppPacket& packet)
void QXmppStream::processPresence(const QXmppPresence& presence)
{
- switch(presence.getType())
+ switch(presence.type())
{
case QXmppPresence::Error:
break;