aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r--shell/evolution-shell-component.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h
index c162e1e8a6..3e443db1d8 100644
--- a/shell/evolution-shell-component.h
+++ b/shell/evolution-shell-component.h
@@ -29,7 +29,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-control.h>
#ifdef cplusplus
@@ -134,13 +134,13 @@ struct _EvolutionShellComponentFolderType {
typedef struct _EvolutionShellComponentFolderType EvolutionShellComponentFolderType;
struct _EvolutionShellComponent {
- BonoboXObject parent;
+ BonoboObject parent;
EvolutionShellComponentPrivate *priv;
};
struct _EvolutionShellComponentClass {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
POA_GNOME_Evolution_ShellComponent__epv epv;