aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-24 22:59:03 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-24 22:59:03 +0800
commit395e69cf663ec73e2041ab458ab3afaf862e55f4 (patch)
treebcaa0438a58ca433d75e8836aeff97c116736cd9 /src/empathy-chat-window.h
parentad49c874bb6fcdd91a319f6e886846a33c4ee61e (diff)
downloadgsoc2013-empathy-395e69cf663ec73e2041ab458ab3afaf862e55f4.tar
gsoc2013-empathy-395e69cf663ec73e2041ab458ab3afaf862e55f4.tar.gz
gsoc2013-empathy-395e69cf663ec73e2041ab458ab3afaf862e55f4.tar.bz2
gsoc2013-empathy-395e69cf663ec73e2041ab458ab3afaf862e55f4.tar.lz
gsoc2013-empathy-395e69cf663ec73e2041ab458ab3afaf862e55f4.tar.xz
gsoc2013-empathy-395e69cf663ec73e2041ab458ab3afaf862e55f4.tar.zst
gsoc2013-empathy-395e69cf663ec73e2041ab458ab3afaf862e55f4.zip
chat-window: port to new tp-glib account API
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r--src/empathy-chat-window.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h
index 6f3d21fca..1e4a001e5 100644
--- a/src/empathy-chat-window.h
+++ b/src/empathy-chat-window.h
@@ -31,7 +31,8 @@
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libempathy/empathy-account.h>
+#include <telepathy-glib/account.h>
+
#include <libempathy-gtk/empathy-chat.h>
G_BEGIN_DECLS
@@ -69,7 +70,7 @@ void empathy_chat_window_move_chat (EmpathyChatWindow *old_wi
void empathy_chat_window_switch_to_chat (EmpathyChatWindow *window,
EmpathyChat *chat);
gboolean empathy_chat_window_has_focus (EmpathyChatWindow *window);
-EmpathyChat * empathy_chat_window_find_chat (EmpathyAccount *account,
+EmpathyChat * empathy_chat_window_find_chat (TpAccount *account,
const gchar *id);
void empathy_chat_window_present_chat (EmpathyChat *chat);