aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-24 22:58:25 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-24 22:58:25 +0800
commitad49c874bb6fcdd91a319f6e886846a33c4ee61e (patch)
tree6c0d15e32048852c88a98e7394764d6ecf23900b /src/empathy-accounts-dialog.h
parentf4619e5b640b2f6c05ded981042da44aa5e4d29c (diff)
downloadgsoc2013-empathy-ad49c874bb6fcdd91a319f6e886846a33c4ee61e.tar
gsoc2013-empathy-ad49c874bb6fcdd91a319f6e886846a33c4ee61e.tar.gz
gsoc2013-empathy-ad49c874bb6fcdd91a319f6e886846a33c4ee61e.tar.bz2
gsoc2013-empathy-ad49c874bb6fcdd91a319f6e886846a33c4ee61e.tar.lz
gsoc2013-empathy-ad49c874bb6fcdd91a319f6e886846a33c4ee61e.tar.xz
gsoc2013-empathy-ad49c874bb6fcdd91a319f6e886846a33c4ee61e.tar.zst
gsoc2013-empathy-ad49c874bb6fcdd91a319f6e886846a33c4ee61e.zip
accounts-dialog: port to new tp-glib account API
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'src/empathy-accounts-dialog.h')
-rw-r--r--src/empathy-accounts-dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h
index aa8f7c06b..2d9d60c2b 100644
--- a/src/empathy-accounts-dialog.h
+++ b/src/empathy-accounts-dialog.h
@@ -26,7 +26,7 @@
#include <gtk/gtk.h>
-#include <libempathy/empathy-account.h>
+#include <telepathy-glib/account.h>
G_BEGIN_DECLS
@@ -55,7 +55,7 @@ typedef struct {
GType empathy_accounts_dialog_get_type (void);
GtkWidget *empathy_accounts_dialog_show (GtkWindow *parent,
- EmpathyAccount *selected_account);
+ TpAccount *selected_account);
G_END_DECLS