From fa9051e04051156a9e11e2af72a0d7342f4ea2e4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 6 Sep 2009 19:23:57 -0400 Subject: Finish killing Bonobo. --- addressbook/gui/widgets/eab-contact-display.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/gui/widgets/eab-contact-display.h') diff --git a/addressbook/gui/widgets/eab-contact-display.h b/addressbook/gui/widgets/eab-contact-display.h index 5a6902fc20..7b9707e0af 100644 --- a/addressbook/gui/widgets/eab-contact-display.h +++ b/addressbook/gui/widgets/eab-contact-display.h @@ -23,9 +23,9 @@ #ifndef EAB_CONTACT_DISPLAY_H #define EAB_CONTACT_DISPLAY_H -#include #include #include +#include /* Standard GObject macros */ #define EAB_TYPE_CONTACT_DISPLAY \ @@ -58,12 +58,12 @@ typedef enum { } EABContactDisplayMode; struct _EABContactDisplay { - GtkHTML parent; + EWebView parent; EABContactDisplayPrivate *priv; }; struct _EABContactDisplayClass { - GtkHTMLClass parent_class; + EWebViewClass parent_class; /* Signals */ void (*send_message) (EABContactDisplay *display, -- cgit v1.2.3