aboutsummaryrefslogtreecommitdiff
path: root/example/example_4_callHandling/xmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-21 15:42:03 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-21 15:42:03 +0000
commita48c10970f44dc3d0e6abed54a67619fb2721431 (patch)
tree4dfba0ad94c174a5c8cbc5c3d000aa76951bb024 /example/example_4_callHandling/xmppClient.h
parent96c5dd3b18bc8ebc9f39a1fd23ee4c5eaf4f2bc7 (diff)
downloadqxmpp-a48c10970f44dc3d0e6abed54a67619fb2721431.tar.gz
make example actually work
Diffstat (limited to 'example/example_4_callHandling/xmppClient.h')
-rw-r--r--example/example_4_callHandling/xmppClient.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/example_4_callHandling/xmppClient.h b/example/example_4_callHandling/xmppClient.h
index eba0602d..3b670507 100644
--- a/example/example_4_callHandling/xmppClient.h
+++ b/example/example_4_callHandling/xmppClient.h
@@ -26,9 +26,8 @@
#define XMPPCLIENT_H
#include "QXmppClient.h"
-#include "QXmppCallManager.h"
-class QBuffer;
+class QXmppCall;
class xmppClient : public QXmppClient
{