aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-wizard.h')
-rw-r--r--shell/evolution-wizard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/evolution-wizard.h b/shell/evolution-wizard.h
index fe51ab13d7..7bfcfe71af 100644
--- a/shell/evolution-wizard.h
+++ b/shell/evolution-wizard.h
@@ -9,7 +9,7 @@
#ifndef __EVOLUTION_WIZARD_H__
#define __EVOLUTION_WIZARD_H__
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-control.h>
#include <bonobo/bonobo-event-source.h>
@@ -33,13 +33,13 @@ typedef BonoboControl *(* EvolutionWizardGetControlFn) (EvolutionWizard *wizard,
void *closure);
struct _EvolutionWizard {
- BonoboXObject object;
+ BonoboObject object;
EvolutionWizardPrivate *priv;
};
typedef struct {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
POA_GNOME_Evolution_Wizard__epv epv;