aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/comp-editor-factory.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-06 02:43:59 +0800
committerDan Winship <danw@src.gnome.org>2003-02-06 02:43:59 +0800
commit859e08c1122cc267d3777a289bbc3a95c4cbc692 (patch)
treef2e4fd7a94bda45341390cca8d2a84607af1318e /calendar/gui/comp-editor-factory.h
parent05020b82c39a859834995723d5726e026b82de75 (diff)
downloadgsoc2013-evolution-859e08c1122cc267d3777a289bbc3a95c4cbc692.tar
gsoc2013-evolution-859e08c1122cc267d3777a289bbc3a95c4cbc692.tar.gz
gsoc2013-evolution-859e08c1122cc267d3777a289bbc3a95c4cbc692.tar.bz2
gsoc2013-evolution-859e08c1122cc267d3777a289bbc3a95c4cbc692.tar.lz
gsoc2013-evolution-859e08c1122cc267d3777a289bbc3a95c4cbc692.tar.xz
gsoc2013-evolution-859e08c1122cc267d3777a289bbc3a95c4cbc692.tar.zst
gsoc2013-evolution-859e08c1122cc267d3777a289bbc3a95c4cbc692.zip
s/BonoboXObject/BonoboObject/
* gui/calendar-offline-handler.c: s/BonoboXObject/BonoboObject/ * gui/comp-editor-factory.c: Likewise svn path=/trunk/; revision=19764
Diffstat (limited to 'calendar/gui/comp-editor-factory.h')
-rw-r--r--calendar/gui/comp-editor-factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/comp-editor-factory.h b/calendar/gui/comp-editor-factory.h
index 21e27941fc..fca4573497 100644
--- a/calendar/gui/comp-editor-factory.h
+++ b/calendar/gui/comp-editor-factory.h
@@ -21,7 +21,7 @@
#ifndef COMP_EDITOR_FACTORY_H
#define COMP_EDITOR_FACTORY_H
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#include "evolution-calendar.h"
@@ -37,14 +37,14 @@
typedef struct CompEditorFactoryPrivate CompEditorFactoryPrivate;
typedef struct {
- BonoboXObject xobject;
+ BonoboObject object;
/* Private data */
CompEditorFactoryPrivate *priv;
} CompEditorFactory;
typedef struct {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
POA_GNOME_Evolution_Calendar_CompEditorFactory__epv epv;
} CompEditorFactoryClass;