aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/vCardManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/vCardManager.cpp')
-rw-r--r--examples/GuiClient/vCardManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/vCardManager.cpp b/examples/GuiClient/vCardManager.cpp
index 3a7868ce..297b4985 100644
--- a/examples/GuiClient/vCardManager.cpp
+++ b/examples/GuiClient/vCardManager.cpp
@@ -37,7 +37,7 @@ vCardManager::vCardManager(QXmppClient* client) : QObject(client),
{
}
-void vCardManager::vCardReceived(const QXmppVCard& vcard)
+void vCardManager::vCardReceived(const QXmppVCardIq& vcard)
{
QString from = vcard.getFrom();
if(from.isEmpty() && m_client)