aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/comp-editor-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/comp-editor-factory.h')
-rw-r--r--calendar/gui/comp-editor-factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/comp-editor-factory.h b/calendar/gui/comp-editor-factory.h
index 21e27941fc..fca4573497 100644
--- a/calendar/gui/comp-editor-factory.h
+++ b/calendar/gui/comp-editor-factory.h
@@ -21,7 +21,7 @@
#ifndef COMP_EDITOR_FACTORY_H
#define COMP_EDITOR_FACTORY_H
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#include "evolution-calendar.h"
@@ -37,14 +37,14 @@
typedef struct CompEditorFactoryPrivate CompEditorFactoryPrivate;
typedef struct {
- BonoboXObject xobject;
+ BonoboObject object;
/* Private data */
CompEditorFactoryPrivate *priv;
} CompEditorFactory;
typedef struct {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
POA_GNOME_Evolution_Calendar_CompEditorFactory__epv epv;
} CompEditorFactoryClass;