From 834f5c38eb177844504ffee0a5e6339c1115b3d9 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 7 Sep 2010 07:47:17 +0000 Subject: update --- tests/tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tests.cpp') diff --git a/tests/tests.cpp b/tests/tests.cpp index c8edbb5a..a066dd3e 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -39,7 +39,7 @@ #include "QXmppSessionIq.h" #include "QXmppStreamFeatures.h" #include "QXmppUtils.h" -#include "QXmppVCard.h" +#include "QXmppVCardIq.h" #include "tests.h" QString getImageType(const QByteArray &contents); @@ -510,7 +510,7 @@ void TestPackets::testVCard() "" ""); - QXmppVCard vcard; + QXmppVCardIq vcard; parsePacket(vcard, xml); QCOMPARE(vcard.birthday(), QDate(1983, 9, 14)); QCOMPARE(vcard.email(), QLatin1String("foo.bar@example.com")); -- cgit v1.2.3