aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-client.h')
-rw-r--r--shell/evolution-shell-client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/evolution-shell-client.h b/shell/evolution-shell-client.h
index 4b5d3dd151..daf0c65e76 100644
--- a/shell/evolution-shell-client.h
+++ b/shell/evolution-shell-client.h
@@ -28,7 +28,7 @@
#include <config.h>
#endif
-#include <bonobo/bonobo-object.h>
+#include <bonobo/bonobo-object-client.h>
#include "Evolution.h"
@@ -49,13 +49,13 @@ typedef struct _EvolutionShellClientPrivate EvolutionShellClientPrivate;
typedef struct _EvolutionShellClientClass EvolutionShellClientClass;
struct _EvolutionShellClient {
- BonoboObject parent;
+ BonoboObjectClient parent;
EvolutionShellClientPrivate *priv;
};
struct _EvolutionShellClientClass {
- BonoboObjectClass parent_class;
+ BonoboObjectClientClass parent_class;
};