aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r--libempathy/empathy-call-handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index 9f6fd9e3b..1e0fd7165 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -26,7 +26,7 @@
#include <gst/gst.h>
#include <gst/farsight/fs-conference-iface.h>
-#include <libempathy/empathy-tp-call.h>
+#include <libempathy/empathy-tp-streamed-media.h>
#include <libempathy/empathy-contact.h>
G_BEGIN_DECLS
@@ -66,7 +66,7 @@ EmpathyCallHandler * empathy_call_handler_new_for_contact (
EmpathyContact *contact);
EmpathyCallHandler * empathy_call_handler_new_for_channel (
- EmpathyTpCall *call);
+ EmpathyTpStreamedMedia *call);
void empathy_call_handler_start_call (EmpathyCallHandler *handler,
gint64 timestamp);