diff options
Diffstat (limited to 'addressbook/gui/component')
13 files changed, 17 insertions, 22 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index bb81ffec5d..84c961c0c8 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -11,8 +11,6 @@ INCLUDES = \ -I$(top_builddir) \ -I$(top_srcdir)/shell \ -I$(top_builddir)/shell \ - -I$(top_srcdir)/widgets/e-text \ - -I$(top_srcdir)/widgets/e-table \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir)/addressbook/gui/minicard \ -I$(top_srcdir)/addressbook/gui/widgets \ @@ -53,9 +51,6 @@ evolution_addressbook_LDADD = \ $(top_builddir)/addressbook/ename/libename.la \ $(top_builddir)/addressbook/contact-editor/libecontacteditor.a \ $(top_builddir)/libversit/libversit.la \ - $(top_builddir)/widgets/e-reflow/libereflow.a \ - $(top_builddir)/widgets/e-text/libetext.a \ - $(top_builddir)/widgets/e-table/libetable.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/addressbook/printing/libecontactprint.a \ $(top_builddir)/addressbook/gui/search/libeaddressbooksearch.a \ diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index 4a072d09cd..6b2d194a42 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -13,7 +13,7 @@ #include <bonobo.h> #include <liboaf/liboaf.h> #include <glade/glade.h> -#include <e-util/e-cursors.h> +#include <gal/widgets/e-cursors.h> #include <unicode.h> #include "addressbook.h" diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index bf66bbde2e..1ff63b32c4 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -17,8 +17,8 @@ #include "addressbook.h" #include <ebook/e-book.h> -#include <e-util/e-util.h> -#include <e-util/e-unicode.h> +#include <gal/util/e-util.h> +#include <gal/widgets/e-unicode.h> #include "addressbook/gui/search/e-addressbook-search-dialog.h" #include "addressbook/gui/widgets/e-addressbook-view.h" @@ -361,7 +361,7 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih, bonobo_ui_container_freeze (container, NULL); fname = bonobo_ui_util_get_ui_fname ( - "evolution-addressbook.xml"); + EVOLUTION_DATADIR, "evolution-addressbook.xml"); g_warning ("Attempting ui load from '%s'", fname); ui = bonobo_ui_util_new_ui (component, fname, "evolution-addressbook"); diff --git a/addressbook/gui/component/e-cardlist-model.h b/addressbook/gui/component/e-cardlist-model.h index b7df356342..0b9a7a2265 100644 --- a/addressbook/gui/component/e-cardlist-model.h +++ b/addressbook/gui/component/e-cardlist-model.h @@ -2,7 +2,7 @@ #ifndef _E_CARDLIST_MODEL_H_ #define _E_CARDLIST_MODEL_H_ -#include "e-table-model.h" +#include <gal/e-table/e-table-model.h> #include <ebook/e-book.h> #include <ebook/e-book-view.h> #include <ebook/e-card-simple.h> diff --git a/addressbook/gui/component/e-ldap-storage.c b/addressbook/gui/component/e-ldap-storage.c index be9b085f7d..11861b0ac2 100644 --- a/addressbook/gui/component/e-ldap-storage.c +++ b/addressbook/gui/component/e-ldap-storage.c @@ -53,8 +53,8 @@ #include "e-ldap-storage.h" #include "e-ldap-server-dialog.h" -#include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include <gal/util/e-util.h> +#include <gal/util/e-xml-utils.h> #include <sys/types.h> #include <sys/fcntl.h> 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 |