From 092ccc49c41a41cb3b395750d3a0b0a201f72151 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 13 Jan 2003 18:51:39 +0000 Subject: s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED) * s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED) svn path=/trunk/; revision=19427 --- shell/evolution-shell-view.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/evolution-shell-view.h') 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 -#include +#include #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. */ -- cgit v1.2.3