From f0574ae5578b3aaae14df3746f5c5a63c36c6280 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 5 Feb 2003 18:47:08 +0000 Subject: s/BonoboXObject/BonoboObject/ * importer/evolution-intelligent-importer.c: s/BonoboXObject/BonoboObject/ svn path=/trunk/; revision=19766 --- shell/importer/evolution-intelligent-importer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/importer/evolution-intelligent-importer.h') diff --git a/shell/importer/evolution-intelligent-importer.h b/shell/importer/evolution-intelligent-importer.h index 814bb9ad24..d51177f817 100644 --- a/shell/importer/evolution-intelligent-importer.h +++ b/shell/importer/evolution-intelligent-importer.h @@ -24,7 +24,7 @@ #define EVOLUTION_INTELLIGENT_IMPORTER_H #include -#include +#include #include #ifdef __cplusplus @@ -48,13 +48,13 @@ typedef void (* EvolutionIntelligentImporterImportDataFn) (EvolutionIntelligentI void *closure); struct _EvolutionIntelligentImporter { - BonoboXObject parent; + BonoboObject parent; EvolutionIntelligentImporterPrivate *priv; }; struct _EvolutionIntelligentImporterClass { - BonoboXObjectClass parent_class; + BonoboObjectClass parent_class; POA_GNOME_Evolution_IntelligentImporter__epv epv; }; -- cgit v1.2.3