From 9d2d537c7bf395abe4e15528a50f7361205d26be Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 19 Jul 2010 11:41:16 +0000 Subject: remove references to QXmppRoster::QXmppRosterEntry --- source/QXmppRosterManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/QXmppRosterManager.h') diff --git a/source/QXmppRosterManager.h b/source/QXmppRosterManager.h index 4cde5f98..28c8dc8b 100644 --- a/source/QXmppRosterManager.h +++ b/source/QXmppRosterManager.h @@ -73,7 +73,7 @@ public: bool isRosterReceived(); QStringList getRosterBareJids() const; - QXmppRosterManager::QXmppRosterEntry getRosterEntry(const QString& bareJid) const; + QXmppRosterIq::Item getRosterEntry(const QString& bareJid) const; QStringList getResources(const QString& bareJid) const; QMap getAllPresencesForBareJid( @@ -83,7 +83,7 @@ public: /// \cond - QMap Q_DECL_DEPRECATED getRosterEntries() const; + QMap Q_DECL_DEPRECATED getRosterEntries() const; QMap > Q_DECL_DEPRECATED getAllPresences() const; /// \endcond @@ -102,7 +102,7 @@ private: //reverse pointer to stream QXmppStream* m_stream; //map of bareJid and its rosterEntry - QMap m_entries; + QMap m_entries; // map of resources of the jid and map of resouces and presences QMap > m_presences; // flag to store that the roster has been populated -- cgit v1.2.3