aboutsummaryrefslogtreecommitdiff
path: root/examples/example_4_callHandling/xmppClient.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-04-15 15:42:26 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-04-15 15:42:26 +0000
commite5fd26f97577eba1c3f037d72607dab128186370 (patch)
treecb034ae9e759c97b7ff1982f7784d51da71493e2 /examples/example_4_callHandling/xmppClient.cpp
parentab953ac11fd18b51d64fc2633a5187c4e5bab251 (diff)
downloadqxmpp-e5fd26f97577eba1c3f037d72607dab128186370.tar.gz
link against QtMobility's multimedia package
Diffstat (limited to 'examples/example_4_callHandling/xmppClient.cpp')
-rw-r--r--examples/example_4_callHandling/xmppClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_4_callHandling/xmppClient.cpp b/examples/example_4_callHandling/xmppClient.cpp
index 4ee9cc74..64219b80 100644
--- a/examples/example_4_callHandling/xmppClient.cpp
+++ b/examples/example_4_callHandling/xmppClient.cpp
@@ -73,7 +73,7 @@ void xmppClient::slotConnected()
Q_ASSERT(call);
qDebug() << "Call connected";
- QXmppRtpChannel *channel = call->audioChannel();
+ QXmppRtpAudioChannel *channel = call->audioChannel();
// prepare audio format
QAudioFormat format;