From 7c55f728ba4606ec7c821132b1be04f9d171ac19 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 4 Mar 2010 18:18:07 +0000 Subject: remove deprecated functions calls of QXmppConfiguration --- source/QXmppRemoteMethod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/QXmppRemoteMethod.cpp') diff --git a/source/QXmppRemoteMethod.cpp b/source/QXmppRemoteMethod.cpp index 456eda39..54214d15 100644 --- a/source/QXmppRemoteMethod.cpp +++ b/source/QXmppRemoteMethod.cpp @@ -11,7 +11,7 @@ QXmppRemoteMethod::QXmppRemoteMethod(const QString &jid, const QString &method, QObject(client), m_client(client) { m_payload.setTo( jid ); - m_payload.setFrom( client->getConfiguration().getJid() ); + m_payload.setFrom( client->getConfiguration().jid() ); m_payload.setInterface( method.section('.', 0, 0 ) ); m_payload.setMethod( method.section('.', 1) ); m_payload.setPayload( args ); -- cgit v1.2.3