aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-model.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-18 00:55:16 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-18 00:55:16 +0800
commit7912355008d54df720894d1334313801f594c8f2 (patch)
treefa34064a7066b77dbdf7762c620eb5b9b689f0c6 /addressbook/gui/widgets/e-addressbook-model.h
parent4f04a07954d6d577dfd99fbb85fe60db5873d137 (diff)
downloadgsoc2013-evolution-7912355008d54df720894d1334313801f594c8f2.tar
gsoc2013-evolution-7912355008d54df720894d1334313801f594c8f2.tar.gz
gsoc2013-evolution-7912355008d54df720894d1334313801f594c8f2.tar.bz2
gsoc2013-evolution-7912355008d54df720894d1334313801f594c8f2.tar.lz
gsoc2013-evolution-7912355008d54df720894d1334313801f594c8f2.tar.xz
gsoc2013-evolution-7912355008d54df720894d1334313801f594c8f2.tar.zst
gsoc2013-evolution-7912355008d54df720894d1334313801f594c8f2.zip
Fixed the paths of some .h #includes.
2000-09-15 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor.h, contact-editor/e-contact-save-as.h, gui/widgets/e-addressbook-model.h, gui/widgets/e-minicard-view-widget.h, gui/widgets/e-minicard-view.h, gui/widgets/e-minicard.c, gui/widgets/e-minicard.h: Fixed the paths of some .h #includes. * gui/component/addressbook.c: Removed all of the code to actually create and display the correct view of the addressbook and moved it to the new class gui/widgets/e-addressbook-view.c. * gui/widgets/Makefile.am: Added everything necessary for e-addressbook-view.c and e-addressbook-view.h. * gui/widgets/e-addressbook-view.c, gui/widgets/e-addressbook-view.h: New class to deal with actual display of addresses and switching between card view and table view. * gui/widgets/e-minicard-view-widget.c: Made this deal more gracefully with having the book set to NULL. svn path=/trunk/; revision=5475
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.h')
-rw-r--r--addressbook/gui/widgets/e-addressbook-model.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.h b/addressbook/gui/widgets/e-addressbook-model.h
index 8f5f6485cf..267bd1b22a 100644
--- a/addressbook/gui/widgets/e-addressbook-model.h
+++ b/addressbook/gui/widgets/e-addressbook-model.h
@@ -3,9 +3,9 @@
#define _E_ADDRESSBOOK_MODEL_H_
#include "e-table-model.h"
-#include <ebook/e-book.h>
-#include <ebook/e-book-view.h>
-#include <ebook/e-card-simple.h>
+#include "addressbook/backend/ebook/e-book.h"
+#include "addressbook/backend/ebook/e-book-view.h"
+#include "addressbook/backend/ebook/e-card-simple.h"
#define E_ADDRESSBOOK_MODEL_TYPE (e_addressbook_model_get_type ())
#define E_ADDRESSBOOK_MODEL(o) (GTK_CHECK_CAST ((o), E_ADDRESSBOOK_MODEL_TYPE, EAddressbookModel))