diff options
Diffstat (limited to 'src/empathy-accounts-dialog.h')
-rw-r--r-- | src/empathy-accounts-dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h index b8c3d3691..11e237c8f 100644 --- a/src/empathy-accounts-dialog.h +++ b/src/empathy-accounts-dialog.h @@ -27,12 +27,12 @@ #include <gtk/gtk.h> -#include <libmissioncontrol/mc-account.h> +#include <libempathy/empathy-account.h> G_BEGIN_DECLS GtkWidget *empathy_accounts_dialog_show (GtkWindow *parent, - McAccount *selected_account); + EmpathyAccount *selected_account); G_END_DECLS |