aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-account-dialog.h
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-08 21:39:41 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commitfa2f3a41fd62737b803b9307b51415aa32dc6715 (patch)
treeb43cb11eb368187ec189a5a59d38ead4db025b33 /libempathy-gtk/empathy-new-account-dialog.h
parente72ddde10dd32bcad39c604c579faa04c822d2be (diff)
downloadgsoc2013-empathy-fa2f3a41fd62737b803b9307b51415aa32dc6715.tar
gsoc2013-empathy-fa2f3a41fd62737b803b9307b51415aa32dc6715.tar.gz
gsoc2013-empathy-fa2f3a41fd62737b803b9307b51415aa32dc6715.tar.bz2
gsoc2013-empathy-fa2f3a41fd62737b803b9307b51415aa32dc6715.tar.lz
gsoc2013-empathy-fa2f3a41fd62737b803b9307b51415aa32dc6715.tar.xz
gsoc2013-empathy-fa2f3a41fd62737b803b9307b51415aa32dc6715.tar.zst
gsoc2013-empathy-fa2f3a41fd62737b803b9307b51415aa32dc6715.zip
account-settings: move from Empathy to tp-account-widgets
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy-gtk/empathy-new-account-dialog.h')
-rw-r--r--libempathy-gtk/empathy-new-account-dialog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-new-account-dialog.h b/libempathy-gtk/empathy-new-account-dialog.h
index 6a5d5c2d5..1fa6b43f8 100644
--- a/libempathy-gtk/empathy-new-account-dialog.h
+++ b/libempathy-gtk/empathy-new-account-dialog.h
@@ -21,8 +21,7 @@
#define ___EMPATHY_NEW_ACCOUNT_DIALOG_H__
#include <gtk/gtk.h>
-
-#include "empathy-account-settings.h"
+#include <tp-account-widgets/tpaw-account-settings.h>
G_BEGIN_DECLS
@@ -51,7 +50,7 @@ GType empathy_new_account_dialog_get_type (void) G_GNUC_CONST;
GtkWidget * empathy_new_account_dialog_new (GtkWindow *parent);
-EmpathyAccountSettings * empathy_new_account_dialog_get_settings (
+TpawAccountSettings * empathy_new_account_dialog_get_settings (
EmpathyNewAccountDialog *self);
G_END_DECLS