diff options
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index fec7b95bb5..6437977d6b 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -14,6 +14,7 @@ #include <gtk/gtkcalendar.h> #include <libgnomeui/gnome-app.h> #include <cal-client/cal-client.h> +#include <bonobo.h> BEGIN_GNOME_DECLS @@ -28,6 +29,9 @@ typedef struct { CalClient *client; time_t current_display; + BonoboPropertyBag *properties; + BonoboControl *control; + GtkWidget *notebook; GtkWidget *day_view; GtkWidget *week_view; |