]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-new-account-dialog.h
Merge branch 'gnome-3-8'
[empathy.git] / libempathy-gtk / empathy-new-account-dialog.h
index c68630d84bf4fc847e8ad6aff33e75b9853aad50..1fa6b43f89645c8825407cb49b7bc6cf23c47074 100644 (file)
@@ -21,8 +21,7 @@
 #define ___EMPATHY_NEW_ACCOUNT_DIALOG_H__
 
 #include <gtk/gtk.h>
-
-#include "libempathy/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