diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-15 15:42:26 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-15 15:42:26 +0000 |
| commit | e5fd26f97577eba1c3f037d72607dab128186370 (patch) | |
| tree | cb034ae9e759c97b7ff1982f7784d51da71493e2 /examples/example_4_callHandling/xmppClient.cpp | |
| parent | ab953ac11fd18b51d64fc2633a5187c4e5bab251 (diff) | |
| download | qxmpp-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.cpp | 2 |
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; |
