diff options
Diffstat (limited to 'calendar/gui/tasks-component.h')
-rw-r--r-- | calendar/gui/tasks-component.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/tasks-component.h b/calendar/gui/tasks-component.h index 063150a56f..cd54ea5ae3 100644 --- a/calendar/gui/tasks-component.h +++ b/calendar/gui/tasks-component.h @@ -26,6 +26,7 @@ #include <bonobo/bonobo-object.h> #include <libedataserver/e-source-list.h> #include <shell/e-activity-handler.h> +#include <widgets/misc/e-source-selector.h> #include "Evolution.h" @@ -59,6 +60,7 @@ TasksComponent *tasks_component_peek (void); const char *tasks_component_peek_base_directory (TasksComponent *component); const char *tasks_component_peek_config_directory (TasksComponent *component); ESourceList *tasks_component_peek_source_list (TasksComponent *component); +ESourceSelector *tasks_component_peek_source_selector (TasksComponent *component); EActivityHandler *tasks_component_peek_activity_handler (TasksComponent *component); #endif /* _TASKS_COMPONENT_H_ */ |