aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index c5c23cdf..d9c684ed 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -70,8 +70,8 @@ public:
bool isConnected() const;
bool sendPacket(const QXmppPacket&);
- QAbstractSocket::SocketError getSocketError();
- QXmppStanza::Error::Condition getXmppStreamError();
+ QAbstractSocket::SocketError socketError();
+ QXmppStanza::Error::Condition xmppStreamError();
QXmppConfiguration& configuration();