diff options
Diffstat (limited to 'calendar/gui/e-meeting-attendee.h')
-rw-r--r-- | calendar/gui/e-meeting-attendee.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-meeting-attendee.h b/calendar/gui/e-meeting-attendee.h index fb7e32edc7..d24b013ec6 100644 --- a/calendar/gui/e-meeting-attendee.h +++ b/calendar/gui/e-meeting-attendee.h @@ -64,13 +64,13 @@ typedef enum } EMeetingAttendeeEditLevel; struct _EMeetingAttendee { - GtkObject parent; + GObject parent; EMeetingAttendeePrivate *priv; }; struct _EMeetingAttendeeClass { - GtkObjectClass parent_class; + GObjectClass parent_class; void (* changed) (EMeetingAttendee *ia); }; |