aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-summary.h')
-rw-r--r--calendar/gui/calendar-summary.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/calendar-summary.h b/calendar/gui/calendar-summary.h
index 8e21262db3..259fe355de 100644
--- a/calendar/gui/calendar-summary.h
+++ b/calendar/gui/calendar-summary.h
@@ -24,9 +24,9 @@
#ifndef CALENDAR_SUMMARY_H
#define CALENDAR_SUMMARY_H
-char * create_summary_view (ExecutiveSummaryComponent *component,
- char **title,
- char **icon,
- void *closure);
+#include <evolution-services/executive-summary-component.h>
+
+BonoboObject *create_summary_view (ExecutiveSummaryComponentFactory *_factory,
+ void *closure);
#endif