aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-view.h')
-rw-r--r--shell/evolution-shell-view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/evolution-shell-view.h b/shell/evolution-shell-view.h
index 38dddd00a5..0646b42162 100644
--- a/shell/evolution-shell-view.h
+++ b/shell/evolution-shell-view.h
@@ -24,7 +24,7 @@
#define __EVOLUTION_SHELL_VIEW_H__
#include <glib.h>
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#include "Evolution.h"
@@ -45,13 +45,13 @@ typedef struct _EvolutionShellViewPrivate EvolutionShellViewPrivate;
typedef struct _EvolutionShellViewClass EvolutionShellViewClass;
struct _EvolutionShellView {
- BonoboXObject parent;
+ BonoboObject parent;
EvolutionShellViewPrivate *priv;
};
struct _EvolutionShellViewClass {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
/* Signals. */