diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-15 06:23:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-15 06:23:21 +0800 |
commit | e34d1462b63b2c2947a6805b2b2dbaaa954b62ba (patch) | |
tree | 12de13eccc0839a73f2c19663b5fdc6ec238f518 /calendar | |
parent | c0a24a282e4d4ffcce16df74a77269c2f1754e69 (diff) | |
download | gsoc2013-evolution-e34d1462b63b2c2947a6805b2b2dbaaa954b62ba.tar.gz gsoc2013-evolution-e34d1462b63b2c2947a6805b2b2dbaaa954b62ba.tar.zst gsoc2013-evolution-e34d1462b63b2c2947a6805b2b2dbaaa954b62ba.zip |
include e-source* from e-d-s
2003-11-14 JP Rosevear <jpr@ximian.com>
* gui/*.[hc]: include e-source* from e-d-s
svn path=/trunk/; revision=23364
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/calendar-component.h | 3 | ||||
-rw-r--r-- | calendar/gui/dialogs/new-calendar.c | 2 | ||||
-rw-r--r-- | calendar/gui/migration.h | 2 | ||||
-rw-r--r-- | calendar/gui/tasks-component.h | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/calendar/gui/calendar-component.h b/calendar/gui/calendar-component.h index 96630add5f..8b51720446 100644 --- a/calendar/gui/calendar-component.h +++ b/calendar/gui/calendar-component.h @@ -25,9 +25,8 @@ #include <bonobo/bonobo-object.h> - +#include <libedataserver/e-source-list.h> #include "Evolution.h" -#include "e-util/e-source-list.h" #define CALENDAR_TYPE_COMPONENT (calendar_component_get_type ()) diff --git a/calendar/gui/dialogs/new-calendar.c b/calendar/gui/dialogs/new-calendar.c index 6f6b979b49..520f1bc2de 100644 --- a/calendar/gui/dialogs/new-calendar.c +++ b/calendar/gui/dialogs/new-calendar.c @@ -31,8 +31,8 @@ #include <gtk/gtkmessagedialog.h> #include <gtk/gtkoptionmenu.h> #include <glade/glade.h> +#include <libedataserver/e-source-list.h> #include <e-util/e-dialog-utils.h> -#include <e-util/e-source-list.h> #include <e-util/e-url.h> #include "new-calendar.h" diff --git a/calendar/gui/migration.h b/calendar/gui/migration.h index 3d0f9a04b1..b217ae97c8 100644 --- a/calendar/gui/migration.h +++ b/calendar/gui/migration.h @@ -23,7 +23,7 @@ #ifndef MIGRATION_H #define MIGRATION_H -#include <e-util/e-source-group.h> +#include <libedataserver/e-source-group.h> gboolean migrate_old_calendars (ESourceGroup *source_group); gboolean migrate_old_tasks (ESourceGroup *source_group); diff --git a/calendar/gui/tasks-component.h b/calendar/gui/tasks-component.h index 8fa94d4469..1c47c4d9b1 100644 --- a/calendar/gui/tasks-component.h +++ b/calendar/gui/tasks-component.h @@ -24,8 +24,8 @@ #define _TASKS_COMPONENT_H_ #include <bonobo/bonobo-object.h> +#include <libedataserver/e-source-list.h> #include "Evolution.h" -#include "e-util/e-source-list.h" #define TASKS_TYPE_COMPONENT (tasks_component_get_type ()) |