aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r--calendar/gui/e-cal-model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h
index 602db1cae4..cebb09cf76 100644
--- a/calendar/gui/e-cal-model.h
+++ b/calendar/gui/e-cal-model.h
@@ -134,12 +134,12 @@ typedef struct {
} ECalModelGenerateInstancesData;
struct _ECalModel {
- ETableModel model;
+ GObject parent;
ECalModelPrivate *priv;
};
struct _ECalModelClass {
- ETableModelClass parent_class;
+ GObjectClass parent_class;
/* virtual methods */
const gchar * (*get_color_for_component)