aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-component.h')
-rw-r--r--mail/mail-component.h10
1 files changed, 5 insertions, 5 deletions
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 <bonobo/bonobo-object.h>
-
-#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);