aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r--calendar/gui/e-day-view.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h
index 6485102fc7..f8889ac26b 100644
--- a/calendar/gui/e-day-view.h
+++ b/calendar/gui/e-day-view.h
@@ -26,9 +26,11 @@
#include <time.h>
#include <gtk/gtktable.h>
+#include <gtk/gtktooltips.h>
#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"
@@ -222,7 +224,7 @@ typedef struct _EDayViewClass EDayViewClass;
struct _EDayView
{
- GtkTable table;
+ ECalView cal_view;
/* The top canvas where the dates and long appointments are shown. */
GtkWidget *top_canvas;
@@ -505,7 +507,7 @@ struct _EDayView
struct _EDayViewClass
{
- GtkTableClass parent_class;
+ ECalViewClass parent_class;
/* Notification signals */
void (* selection_changed) (EDayView *day_view);