aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/evolution-importer.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/importer/evolution-importer.h')
-rw-r--r--shell/importer/evolution-importer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/importer/evolution-importer.h b/shell/importer/evolution-importer.h
index b4322d091e..9b655138ec 100644
--- a/shell/importer/evolution-importer.h
+++ b/shell/importer/evolution-importer.h
@@ -24,7 +24,7 @@
#define EVOLUTION_IMPORTER_H
#include <glib.h>
-#include <bonobo/bonobo-xobject.h>
+#include <bonobo/bonobo-object.h>
#include <importer/GNOME_Evolution_Importer.h>
#ifdef __cplusplus
@@ -69,13 +69,13 @@ typedef enum {
} EvolutionImporterResult;
struct _EvolutionImporter {
- BonoboXObject parent;
+ BonoboObject parent;
EvolutionImporterPrivate *priv;
};
struct _EvolutionImporterClass {
- BonoboXObjectClass parent_class;
+ BonoboObjectClass parent_class;
POA_GNOME_Evolution_Importer__epv epv;
};