diff options
Diffstat (limited to 'addressbook/gui/component/select-names')
8 files changed, 10 insertions, 10 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.c b/addressbook/gui/component/select-names/e-select-names-bonobo.c index a7b8f5b11f..8c0e868bb1 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.c +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.c @@ -32,7 +32,7 @@ #include "Evolution-Addressbook-SelectNames.h" -#include "e-util/e-util.h" +#include <gal/util/e-util.h> #include "e-select-names-manager.h" #include "e-select-names-bonobo.h" diff --git a/addressbook/gui/component/select-names/e-select-names-manager.c b/addressbook/gui/component/select-names/e-select-names-manager.c index b67ea282e9..37426879f4 100644 --- a/addressbook/gui/component/select-names/e-select-names-manager.c +++ b/addressbook/gui/component/select-names/e-select-names-manager.c @@ -16,7 +16,7 @@ #include "e-select-names-model.h" #include "e-select-names-text-model.h" #include "e-select-names.h" -#include "widgets/e-text/e-entry.h" +#include <gal/e-text/e-entry.h> /* Object argument IDs */ enum { diff --git a/addressbook/gui/component/select-names/e-select-names-model.c b/addressbook/gui/component/select-names/e-select-names-model.c index 32f2a85a56..0bbbe588a6 100644 --- a/addressbook/gui/component/select-names/e-select-names-model.c +++ b/addressbook/gui/component/select-names/e-select-names-model.c @@ -13,7 +13,7 @@ #include <gtk/gtk.h> #include "e-select-names-model.h" -#include "e-util/e-util.h" +#include <gal/util/e-util.h> #include "addressbook/backend/ebook/e-card-simple.h" enum { diff --git a/addressbook/gui/component/select-names/e-select-names-table-model.c b/addressbook/gui/component/select-names/e-select-names-table-model.c index 0c56606c31..37abcddc70 100644 --- a/addressbook/gui/component/select-names/e-select-names-table-model.c +++ b/addressbook/gui/component/select-names/e-select-names-table-model.c @@ -12,7 +12,7 @@ #include <string.h> #include <gtk/gtk.h> -#include "e-util/e-util.h" +#include <gal/util/e-util.h> #include "e-select-names-table-model.h" #include "addressbook/backend/ebook/e-card-simple.h" diff --git a/addressbook/gui/component/select-names/e-select-names-table-model.h b/addressbook/gui/component/select-names/e-select-names-table-model.h index e0f0f5d804..7a051d337c 100644 --- a/addressbook/gui/component/select-names/e-select-names-table-model.h +++ b/addressbook/gui/component/select-names/e-select-names-table-model.h @@ -13,7 +13,7 @@ #include <gtk/gtk.h> #include <stdio.h> #include "e-select-names-model.h" -#include <widgets/e-table/e-table-model.h> +#include <gal/e-table/e-table-model.h> #define E_TYPE_SELECT_NAMES_TABLE_MODEL (e_select_names_table_model_get_type ()) #define E_SELECT_NAMES_TABLE_MODEL(obj) (GTK_CHECK_CAST ((obj), E_TYPE_SELECT_NAMES_TABLE_MODEL, ESelectNamesTableModel)) diff --git a/addressbook/gui/component/select-names/e-select-names-text-model.h b/addressbook/gui/component/select-names/e-select-names-text-model.h index aa23544251..3d6bed468e 100644 --- a/addressbook/gui/component/select-names/e-select-names-text-model.h +++ b/addressbook/gui/component/select-names/e-select-names-text-model.h @@ -13,7 +13,7 @@ #include <gtk/gtk.h> #include <stdio.h> #include "e-select-names-model.h" -#include <widgets/e-text/e-text-model.h> +#include <gal/e-text/e-text-model.h> #define E_TYPE_SELECT_NAMES_TEXT_MODEL (e_select_names_text_model_get_type ()) #define E_SELECT_NAMES_TEXT_MODEL(obj) (GTK_CHECK_CAST ((obj), E_TYPE_SELECT_NAMES_TEXT_MODEL, ESelectNamesTextModel)) diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 7f422082e8..4869c4cb8d 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -22,8 +22,8 @@ #include <config.h> #include <gnome.h> #include "e-select-names.h" -#include <e-table-simple.h> -#include <e-cell-text.h> +#include <gal/e-table/e-table-simple.h> +#include <gal/e-table/e-cell-text.h> #include <addressbook/gui/widgets/e-addressbook-model.h> #include <addressbook/gui/component/e-cardlist-model.h> #include <addressbook/backend/ebook/e-book.h> diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h index b1c11eb473..dba100e8f0 100644 --- a/addressbook/gui/component/select-names/e-select-names.h +++ b/addressbook/gui/component/select-names/e-select-names.h @@ -24,8 +24,8 @@ #include <gnome.h> #include <glade/glade.h> #include <e-util/e-list.h> -#include <widgets/e-table/e-table.h> -#include <widgets/e-table/e-table-scrolled.h> +#include <gal/e-table/e-table.h> +#include <gal/e-table/e-table-scrolled.h> #include "e-select-names-model.h" #ifdef __cplusplus |