aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-offline-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-offline-handler.h')
-rw-r--r--calendar/gui/calendar-offline-handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/calendar-offline-handler.h b/calendar/gui/calendar-offline-handler.h
index 4b87fd659f..3cc61b4f25 100644
--- a/calendar/gui/calendar-offline-handler.h
+++ b/calendar/gui/calendar-offline-handler.h
@@ -27,7 +27,7 @@
#include <config.h>
#endif
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#include "Evolution.h"
#ifdef __cplusplus
@@ -47,13 +47,13 @@ typedef struct _CalendarOfflineHandlerPrivate CalendarOfflineHandlerPrivate;
typedef struct _CalendarOfflineHandlerClass CalendarOfflineHandlerClass;
struct _CalendarOfflineHandler {
- BonoboXObject parent;
+ BonoboObject parent;
CalendarOfflineHandlerPrivate *priv;
};
struct _CalendarOfflineHandlerClass {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
POA_GNOME_Evolution_Offline__epv epv;
};