From 549c5453d007c024fafa02099e2a59e218c4170c Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 7 Sep 2010 07:39:24 +0000 Subject: more changes to make QXmppVCard class name change backward-compatible --- src/QXmppVCardManager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/QXmppVCardManager.h') diff --git a/src/QXmppVCardManager.h b/src/QXmppVCardManager.h index 91cd9f04..93aebe23 100644 --- a/src/QXmppVCardManager.h +++ b/src/QXmppVCardManager.h @@ -28,6 +28,7 @@ #include #include "QXmppVCardIq.h" +#include "QXmppVCard.h" class QXmppOutgoingClient; @@ -71,6 +72,7 @@ signals: /// This signal is emitted when the requested vCard is received /// after calling the requestVCard() function. void vCardReceived(const QXmppVCardIq&); + void vCardReceived(const QXmppVCard&); /// This signal is emitted when the client's vCard is received /// after calling the requestClientVCard() function. -- cgit v1.2.3