aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-corba-storage-registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-corba-storage-registry.h')
-rw-r--r--shell/e-corba-storage-registry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-corba-storage-registry.h b/shell/e-corba-storage-registry.h
index 338ee92340..f75db6dd90 100644
--- a/shell/e-corba-storage-registry.h
+++ b/shell/e-corba-storage-registry.h
@@ -23,7 +23,7 @@
#ifndef __E_CORBA_STORAGE_REGISTRY_H__
#define __E_CORBA_STORAGE_REGISTRY_H__
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#include "Evolution.h"
#include "e-storage-set.h"
@@ -45,13 +45,13 @@ typedef struct _ECorbaStorageRegistryPrivate ECorbaStorageRegistryPrivate;
typedef struct _ECorbaStorageRegistryClass ECorbaStorageRegistryClass;
struct _ECorbaStorageRegistry {
- BonoboXObject parent;
+ BonoboObject parent;
ECorbaStorageRegistryPrivate *priv;
};
struct _ECorbaStorageRegistryClass {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
POA_GNOME_Evolution_StorageRegistry__epv epv;
};