aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-protocol-chooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-protocol-chooser.h')
-rw-r--r--libempathy-gtk/empathy-protocol-chooser.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-protocol-chooser.h b/libempathy-gtk/empathy-protocol-chooser.h
index 2ae8017ef..520f71f53 100644
--- a/libempathy-gtk/empathy-protocol-chooser.h
+++ b/libempathy-gtk/empathy-protocol-chooser.h
@@ -25,8 +25,7 @@
#include <gtk/gtk.h>
#include <telepathy-glib/telepathy-glib.h>
-
-#include "empathy-account-settings.h"
+#include <tp-account-widgets/tpaw-account-settings.h>
G_BEGIN_DECLS
@@ -75,7 +74,7 @@ void empathy_protocol_chooser_set_visible (
EmpathyProtocolChooserFilterFunc func,
gpointer user_data);
-EmpathyAccountSettings * empathy_protocol_chooser_create_account_settings (
+TpawAccountSettings * empathy_protocol_chooser_create_account_settings (
EmpathyProtocolChooser *self);
G_END_DECLS