aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-offline-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-offline-handler.h')
-rw-r--r--my-evolution/e-summary-offline-handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/my-evolution/e-summary-offline-handler.h b/my-evolution/e-summary-offline-handler.h
index 3e08de38bf..1a4f25e2ff 100644
--- a/my-evolution/e-summary-offline-handler.h
+++ b/my-evolution/e-summary-offline-handler.h
@@ -30,7 +30,7 @@
#include <config.h>
#endif
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#include "e-summary.h"
#include "Evolution.h"
@@ -49,13 +49,13 @@ typedef struct _ESummaryOfflineHandlerPriv ESummaryOfflineHandlerPriv;
typedef struct _ESummaryOfflineHandlerClass ESummaryOfflineHandlerClass;
struct _ESummaryOfflineHandler {
- BonoboXObject parent;
+ BonoboObject parent;
ESummaryOfflineHandlerPriv *priv;
};
struct _ESummaryOfflineHandlerClass {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
POA_GNOME_Evolution_Offline__epv epv;
};