diff options
Diffstat (limited to 'src/empathy-call-window.h')
-rw-r--r-- | src/empathy-call-window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-call-window.h b/src/empathy-call-window.h index 018babe9b..eef1c9a99 100644 --- a/src/empathy-call-window.h +++ b/src/empathy-call-window.h @@ -26,11 +26,11 @@ #include <gtk/gtk.h> -#include <telepathy-glib/channel.h> +#include <libempathy/empathy-tp-call.h> G_BEGIN_DECLS -GtkWidget *empathy_call_window_new (TpChannel *channel); +GtkWidget *empathy_call_window_new (EmpathyTpCall *call); G_END_DECLS |