aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-selector.h')
-rw-r--r--calendar/gui/e-calendar-selector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-selector.h b/calendar/gui/e-calendar-selector.h
index 65d9a2fc81..d8aec73d2a 100644
--- a/calendar/gui/e-calendar-selector.h
+++ b/calendar/gui/e-calendar-selector.h
@@ -21,7 +21,6 @@
#ifndef E_CALENDAR_SELECTOR_H
#define E_CALENDAR_SELECTOR_H
-#include <libedataserver/e-source-list.h>
#include <libedataserverui/e-source-selector.h>
/* Standard GObject macros */
@@ -59,7 +58,7 @@ struct _ECalendarSelectorClass {
};
GType e_calendar_selector_get_type (void);
-GtkWidget * e_calendar_selector_new (ESourceList *source_list);
+GtkWidget * e_calendar_selector_new (ESourceRegistry *registry);
G_END_DECLS