diff options
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h index 3d33c4055..f48d15e70 100644 --- a/libempathy-gtk/empathy-contact-widget.h +++ b/libempathy-gtk/empathy-contact-widget.h @@ -25,13 +25,13 @@ #include <gtk/gtk.h> -#include <libempathy/gossip-contact.h> +#include <libempathy/empathy-contact.h> G_BEGIN_DECLS -GtkWidget * empathy_contact_widget_new (GossipContact *contact, +GtkWidget * empathy_contact_widget_new (EmpathyContact *contact, gboolean editable); -GossipContact *empathy_contact_widget_get_contact (GtkWidget *widget); +EmpathyContact *empathy_contact_widget_get_contact (GtkWidget *widget); G_END_DECLS #endif /* __EMPATHY_CONTACT_WIDGET_H__ */ |