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-component.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/evolution-shell-component.h') diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index c162e1e8a6..3e443db1d8 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -29,7 +29,7 @@ #include -#include +#include #include #ifdef cplusplus @@ -134,13 +134,13 @@ struct _EvolutionShellComponentFolderType { typedef struct _EvolutionShellComponentFolderType EvolutionShellComponentFolderType; struct _EvolutionShellComponent { - BonoboXObject parent; + BonoboObject parent; EvolutionShellComponentPrivate *priv; }; struct _EvolutionShellComponentClass { - BonoboXObjectClass parent_class; + BonoboObjectClass parent_class; POA_GNOME_Evolution_ShellComponent__epv epv; -- cgit v1.2.3