aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r--shell/evolution-storage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h
index ce09544e32..6d9fa78330 100644
--- a/shell/evolution-storage.h
+++ b/shell/evolution-storage.h
@@ -30,7 +30,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#ifdef __cplusplus
extern "C" {
@@ -76,13 +76,13 @@ enum _EvolutionStorageResult {
typedef enum _EvolutionStorageResult EvolutionStorageResult;
struct _EvolutionStorage {
- BonoboXObject parent;
+ BonoboObject parent;
EvolutionStoragePrivate *priv;
};
struct _EvolutionStorageClass {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
/* signals */
void (*create_folder) (EvolutionStorage *storage,