aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-corba-storage-registry.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-01-14 02:51:39 +0800
committerDan Winship <danw@src.gnome.org>2003-01-14 02:51:39 +0800
commit092ccc49c41a41cb3b395750d3a0b0a201f72151 (patch)
tree9df48d4c79bee096427cffdcb102d9fced6998f5 /shell/e-corba-storage-registry.h
parentefa11b778153e179c7739e6fe8ed7622f0fdfe27 (diff)
downloadgsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.gz
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.bz2
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.lz
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.xz
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.tar.zst
gsoc2013-evolution-092ccc49c41a41cb3b395750d3a0b0a201f72151.zip
s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED)
* s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED) svn path=/trunk/; revision=19427
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;
};