aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-import-widget.h')
-rw-r--r--src/empathy-import-widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-import-widget.h b/src/empathy-import-widget.h
index 8e9f32f5a..221fa1439 100644
--- a/src/empathy-import-widget.h
+++ b/src/empathy-import-widget.h
@@ -26,8 +26,8 @@
#define __EMPATHY_IMPORT_WIDGET_H__
#include <gtk/gtk.h>
+#include <tp-account-widgets/tpaw-connection-managers.h>
-#include "empathy-connection-managers.h"
#include "empathy-import-utils.h"
G_BEGIN_DECLS
@@ -61,7 +61,7 @@ typedef struct {
GType empathy_import_widget_get_type (void);
EmpathyImportWidget* empathy_import_widget_new (EmpathyImportApplication id,
- EmpathyConnectionManagers *cms);
+ TpawConnectionManagers *cms);
GtkWidget * empathy_import_widget_get_widget (EmpathyImportWidget *self);