diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-07 07:23:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-09 02:53:45 +0800 |
commit | fa9051e04051156a9e11e2af72a0d7342f4ea2e4 (patch) | |
tree | 0d064bddb366257c660722359dc33f5ef3c610c7 /widgets/misc/e-signature-preview.h | |
parent | c9e7aa7aee6b407659843131cc8becdafa71992a (diff) | |
download | gsoc2013-evolution-fa9051e04051156a9e11e2af72a0d7342f4ea2e4.tar.gz gsoc2013-evolution-fa9051e04051156a9e11e2af72a0d7342f4ea2e4.tar.zst gsoc2013-evolution-fa9051e04051156a9e11e2af72a0d7342f4ea2e4.zip |
Finish killing Bonobo.
Diffstat (limited to 'widgets/misc/e-signature-preview.h')
-rw-r--r-- | widgets/misc/e-signature-preview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/misc/e-signature-preview.h b/widgets/misc/e-signature-preview.h index a4221832c2..d0d5c22eff 100644 --- a/widgets/misc/e-signature-preview.h +++ b/widgets/misc/e-signature-preview.h @@ -22,8 +22,8 @@ #ifndef E_SIGNATURE_PREVIEW_H #define E_SIGNATURE_PREVIEW_H -#include <gtkhtml/gtkhtml.h> #include <e-util/e-signature.h> +#include <misc/e-web-view.h> /* Standard GObject macros */ #define E_TYPE_SIGNATURE_PREVIEW \ @@ -51,12 +51,12 @@ typedef struct _ESignaturePreviewClass ESignaturePreviewClass; typedef struct _ESignaturePreviewPrivate ESignaturePreviewPrivate; struct _ESignaturePreview { - GtkHTML parent; + EWebView parent; ESignaturePreviewPrivate *priv; }; struct _ESignaturePreviewClass { - GtkHTMLClass parent_class; + EWebViewClass parent_class; /* Signals */ void (*refresh) (ESignaturePreview *preview); |