diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-07 08:05:48 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-07 08:05:48 +0000 |
| commit | 84fdd0da15309ca9d3da1e20c03ff2c553df25dd (patch) | |
| tree | a20261c56812df9c86f9878302e5e9ccfd770192 /examples/example_9_vCard/xmppClient.h | |
| parent | 834f5c38eb177844504ffee0a5e6339c1115b3d9 (diff) | |
| download | qxmpp-84fdd0da15309ca9d3da1e20c03ff2c553df25dd.tar.gz | |
update with new QXmppVCardIq
Diffstat (limited to 'examples/example_9_vCard/xmppClient.h')
| -rw-r--r-- | examples/example_9_vCard/xmppClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example_9_vCard/xmppClient.h b/examples/example_9_vCard/xmppClient.h index 69267a8b..378dde4b 100644 --- a/examples/example_9_vCard/xmppClient.h +++ b/examples/example_9_vCard/xmppClient.h @@ -27,7 +27,7 @@ #include "QXmppClient.h"
-class QXmppVCard;
+class QXmppVCardIq;
class xmppClient : public QXmppClient
{
@@ -40,7 +40,7 @@ public: public slots:
void clientConnected();
void rosterReceived();
- void vCardReceived(const QXmppVCard&);
+ void vCardReceived(const QXmppVCardIq&);
};
#endif // XMPPCLIENT_H
|
