diff options
Diffstat (limited to 'tests/tests.cpp')
| -rw-r--r-- | tests/tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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() "</vCard>" "</iq>"); - QXmppVCard vcard; + QXmppVCardIq vcard; parsePacket(vcard, xml); QCOMPARE(vcard.birthday(), QDate(1983, 9, 14)); QCOMPARE(vcard.email(), QLatin1String("foo.bar@example.com")); |
