diff options
Diffstat (limited to 'example/example_4_callHandling/xmppClient.h')
| -rw-r--r-- | example/example_4_callHandling/xmppClient.h | 3 |
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 { |
