diff options
Diffstat (limited to 'calendar/gui/dialogs/task-page.h')
-rw-r--r-- | calendar/gui/dialogs/task-page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-page.h b/calendar/gui/dialogs/task-page.h index 37041a033e..f97ad923ea 100644 --- a/calendar/gui/dialogs/task-page.h +++ b/calendar/gui/dialogs/task-page.h @@ -55,7 +55,7 @@ typedef struct { CompEditorPageClass parent_class; } TaskPageClass; -GtkType task_page_get_type (void); +GType task_page_get_type (void); TaskPage *task_page_construct (TaskPage *epage, EMeetingStore *model, ECal *client); TaskPage *task_page_new (EMeetingStore *model, ECal *client, BonoboUIComponent *uic); ECalComponent * task_page_get_cancel_comp (TaskPage *page); |