diff options
Diffstat (limited to 'executive-summary/evolution-services/executive-summary-component.h')
-rw-r--r-- | executive-summary/evolution-services/executive-summary-component.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executive-summary/evolution-services/executive-summary-component.h b/executive-summary/evolution-services/executive-summary-component.h index 9e09fea4a4..8db4c1d9b8 100644 --- a/executive-summary/evolution-services/executive-summary-component.h +++ b/executive-summary/evolution-services/executive-summary-component.h @@ -25,7 +25,7 @@ #define _EXECUTIVE_SUMMARY_COMPONENT_H__ #include <gtk/gtksignal.h> -#include <bonobo.h> +#include <bonobo/bonobo-object.h> #define EXECUTIVE_SUMMARY_COMPONENT_TYPE (executive_summary_component_get_type ()) #define EXECUTIVE_SUMMARY_COMPONENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_TYPE, ExecutiveSummaryComponent)) |