diff options
Diffstat (limited to 'addressbook/gui/search/e-addressbook-search-dialog.h')
-rw-r--r-- | addressbook/gui/search/e-addressbook-search-dialog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/gui/search/e-addressbook-search-dialog.h b/addressbook/gui/search/e-addressbook-search-dialog.h index 8fcd23492d..efc928e046 100644 --- a/addressbook/gui/search/e-addressbook-search-dialog.h +++ b/addressbook/gui/search/e-addressbook-search-dialog.h @@ -23,6 +23,8 @@ #include <ebook/e-book.h> +#include "addressbook/gui/widgets/e-addressbook-model.h" +#include "addressbook/gui/widgets/e-addressbook-reflow-adapter.h" #include "filter/rule-context.h" #include "filter/filter-rule.h" @@ -50,6 +52,9 @@ struct _EAddressbookSearchDialog GtkWidget *search; GtkWidget *view; + EAddressbookModel *model; + EAddressbookReflowAdapter *adapter; + RuleContext *context; FilterRule *rule; GtkWidget *scrolled_window; |