From 84dd2e3f792d59dadacb9eb3bea0ad719002643a Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 2 Jun 2005 04:30:16 +0000 Subject: change this to sub-class evolution-component, not bonobo-object. 2005-06-02 Not Zed * mail-component.c: change this to sub-class evolution-component, not bonobo-object. * Evolution-Mail.idl: Made the mail component sub-class Evolution.Component so it can add new interfaces for remote gui mail operations. svn path=/trunk/; revision=29444 --- mail/mail-component.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mail/mail-component.h') diff --git a/mail/mail-component.h b/mail/mail-component.h index baaf2ea2fd..d8e0dbaba4 100644 --- a/mail/mail-component.h +++ b/mail/mail-component.h @@ -27,8 +27,8 @@ #define _MAIL_COMPONENT_H_ #include - -#include "shell/Evolution.h" +#include "shell/evolution-component.h" +#include "Evolution-Mail.h" struct _CamelStore; @@ -51,15 +51,15 @@ enum _mail_component_folder_t { }; struct _MailComponent { - BonoboObject parent; + EvolutionComponent parent; MailComponentPrivate *priv; }; struct _MailComponentClass { - BonoboObjectClass parent_class; + EvolutionComponentClass parent_class; - POA_GNOME_Evolution_Component__epv epv; + POA_GNOME_Evolution_MailComponent__epv epv; }; GType mail_component_get_type (void); -- cgit v1.2.3