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 a46130ca..f311284f 100644
--- a/source/QXmppStream.cpp
+++ b/source/QXmppStream.cpp
@@ -467,7 +467,7 @@ void QXmppStream::parser(const QByteArray& data)
QString from = nodeRecv.attribute("from");
QString type = nodeRecv.attribute("type");
if(type.isEmpty())
- qWarning("QXmppStream: iq type can't be empty");
+ warning("QXmppStream: iq type can't be empty");
if( QXmppRpcInvokeIq::isRpcInvokeIq( nodeRecv ) )
{