aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r--calendar/gui/e-week-view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h
index fe535c5335..c1379f6728 100644
--- a/calendar/gui/e-week-view.h
+++ b/calendar/gui/e-week-view.h
@@ -28,6 +28,7 @@
#include <libgnomecanvas/gnome-canvas.h>
#include <gal/widgets/e-popup-menu.h>
+#include "e-cal-view.h"
#include "gnome-cal.h"
#include "evolution-activity-client.h"
@@ -178,7 +179,7 @@ typedef struct _EWeekViewClass EWeekViewClass;
struct _EWeekView
{
- GtkTable table;
+ ECalView cal_view;
/* The top canvas where the dates are shown. */
GtkWidget *titles_canvas;
@@ -374,7 +375,7 @@ struct _EWeekView
struct _EWeekViewClass
{
- GtkTableClass parent_class;
+ ECalViewClass parent_class;
/* Notification signals */
void (* selection_changed) (EWeekView *week_view);