aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-import-dialog.h')
-rw-r--r--src/empathy-import-dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-import-dialog.h b/src/empathy-import-dialog.h
index 87f1198f1..8fce49fcd 100644
--- a/src/empathy-import-dialog.h
+++ b/src/empathy-import-dialog.h
@@ -25,7 +25,7 @@
#ifndef __EMPATHY_IMPORT_DIALOG_H__
#define __EMPATHY_IMPORT_DIALOG_H__
-#include "empathy-connection-managers.h"
+#include <tp-account-widgets/tpaw-connection-managers.h>
G_BEGIN_DECLS
@@ -59,7 +59,7 @@ GType empathy_import_dialog_get_type (void);
GtkWidget* empathy_import_dialog_new (GtkWindow *parent_window,
gboolean show_warning,
- EmpathyConnectionManagers *cms);
+ TpawConnectionManagers *cms);
G_END_DECLS