aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-widget.h
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-08 22:14:35 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commit53a376be8d68d95c30cb66495d42d3c18947473f (patch)
tree456a2dd22c0e58f81396aad2dca31c96e678ea57 /src/empathy-import-widget.h
parenteaa41abfebc3fbf9c2d6a673940e36a4af008cac (diff)
downloadgsoc2013-empathy-53a376be8d68d95c30cb66495d42d3c18947473f.tar
gsoc2013-empathy-53a376be8d68d95c30cb66495d42d3c18947473f.tar.gz
gsoc2013-empathy-53a376be8d68d95c30cb66495d42d3c18947473f.tar.bz2
gsoc2013-empathy-53a376be8d68d95c30cb66495d42d3c18947473f.tar.lz
gsoc2013-empathy-53a376be8d68d95c30cb66495d42d3c18947473f.tar.xz
gsoc2013-empathy-53a376be8d68d95c30cb66495d42d3c18947473f.tar.zst
gsoc2013-empathy-53a376be8d68d95c30cb66495d42d3c18947473f.zip
connection-managers: move from Empathy to tp-account-widgets
https://bugzilla.gnome.org/show_bug.cgi?id=699492
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);