diff options
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-model.h | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/eab-popup-control.c | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/eab-popup-control.h | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/eab-vcard-control.c | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.h b/addressbook/gui/widgets/e-addressbook-model.h index e83477ff93..e5ebb83dab 100644 --- a/addressbook/gui/widgets/e-addressbook-model.h +++ b/addressbook/gui/widgets/e-addressbook-model.h @@ -4,7 +4,7 @@ #include <glib.h> #include <glib-object.h> -#include <libebook/e-book-async.h> +#include <libebook/e-book.h> #include <libebook/e-book-view.h> #define EAB_TYPE_MODEL (eab_model_get_type ()) diff --git a/addressbook/gui/widgets/eab-popup-control.c b/addressbook/gui/widgets/eab-popup-control.c index 5afddcd3af..cf2190ea5d 100644 --- a/addressbook/gui/widgets/eab-popup-control.c +++ b/addressbook/gui/widgets/eab-popup-control.c @@ -48,7 +48,6 @@ #include <bonobo/bonobo-property-bag.h> #include <bonobo/bonobo-generic-factory.h> #include <gal/widgets/e-popup-menu.h> -#include <libebook/e-book-async.h> #include <addressbook/util/eab-book-util.h> #include <addressbook/gui/contact-editor/e-contact-editor.h> #include <addressbook/gui/contact-editor/e-contact-quick-add.h> diff --git a/addressbook/gui/widgets/eab-popup-control.h b/addressbook/gui/widgets/eab-popup-control.h index 491f63f68e..1f4f22558f 100644 --- a/addressbook/gui/widgets/eab-popup-control.h +++ b/addressbook/gui/widgets/eab-popup-control.h @@ -29,7 +29,7 @@ #define __EAB_POPUP_CONTROL_H__ #include <bonobo/bonobo-event-source.h> -#include <libebook/e-book-async.h> +#include <libebook/e-book.h> #include <libebook/e-contact.h> #include <gtk/gtkeventbox.h> diff --git a/addressbook/gui/widgets/eab-vcard-control.c b/addressbook/gui/widgets/eab-vcard-control.c index 7289851113..239abe5e1c 100644 --- a/addressbook/gui/widgets/eab-vcard-control.c +++ b/addressbook/gui/widgets/eab-vcard-control.c @@ -33,7 +33,7 @@ #include <bonobo/bonobo-stream-client.h> #include <gal/util/e-util.h> -#include <libebook/e-book-async.h> +#include <libebook/e-book.h> #include <libebook/e-contact.h> #include <addressbook/gui/component/addressbook.h> #include <addressbook/gui/widgets/eab-contact-display.h> |