aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-filter.h')
-rw-r--r--libempathy/empathy-filter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-filter.h b/libempathy/empathy-filter.h
index 4156c640f..bfd031e7e 100644
--- a/libempathy/empathy-filter.h
+++ b/libempathy/empathy-filter.h
@@ -24,7 +24,7 @@
#include <glib.h>
-#include <libtelepathy/tp-chan.h>
+#include <telepathy-glib/channel.h>
G_BEGIN_DECLS
@@ -54,7 +54,7 @@ EmpathyFilter *empathy_filter_new (const gchar *bus_name,
guint priority,
guint flags);
void empathy_filter_process (EmpathyFilter *filter,
- TpChan *tp_chan,
+ TpChannel *channel,
gboolean process);
G_END_DECLS