aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.h
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-04-04 13:24:34 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-04-04 13:24:34 +0800
commit08940ce6f639f8ae75ed08ebd0bfee4fc02a29af (patch)
treea684e74783fe2bade934f16a5a906afa9b5107c8 /widgets/table/e-table-config.h
parentd38e71bfd792033844cf7b7913c12924aedcfa50 (diff)
downloadgsoc2013-evolution-08940ce6f639f8ae75ed08ebd0bfee4fc02a29af.tar
gsoc2013-evolution-08940ce6f639f8ae75ed08ebd0bfee4fc02a29af.tar.gz
gsoc2013-evolution-08940ce6f639f8ae75ed08ebd0bfee4fc02a29af.tar.bz2
gsoc2013-evolution-08940ce6f639f8ae75ed08ebd0bfee4fc02a29af.tar.lz
gsoc2013-evolution-08940ce6f639f8ae75ed08ebd0bfee4fc02a29af.tar.xz
gsoc2013-evolution-08940ce6f639f8ae75ed08ebd0bfee4fc02a29af.tar.zst
gsoc2013-evolution-08940ce6f639f8ae75ed08ebd0bfee4fc02a29af.zip
Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.
2001-04-04 Kjartan Maraas <kmaraas@gnome.org> * e-cell-date.c: Fix headers. * e-cell-number.c: Ditto. * e-cell-pixbuf.[ch]: Ditto. * e-cell-size.c: Ditto. * e-cell-text.c: Ditto. * e-cell-tree.c: Ditto. * e-table-click-to-add.[ch]: Ditto. * e-table-column-specification.h: Ditto. * e-table-config-field.c: Ditto. * e-table-config.[ch]: Ditto. * e-table-example-2.c: Ditto. * e-table-field-chooser-dialog.[ch]: Ditto. * e-table-field-chooser-item.c: Ditto. * e-table-field-chooser.h: Ditto. * e-table-group-container.c: Ditto. * e-table-item.c: Ditto * e-table-memory.c: Ditto. * e-table-selection-model.c: Ditto. * e-table-sorter.c: Ditto. * e-table-subset-variable.c: Ditto. * e-table.c: Ditto. * e-tree-memory.c: Ditto. * e-tree-model.c: Ditto. * e-tree-selection-model.[ch]: Ditto. * e-tree-sorted-variable.c: Ditto. * e-tree-sorted.c: Ditto. * e-tree-table-adapter.c: Ditto. * e-tree.[ch]: Same here. svn path=/trunk/; revision=9164
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r--widgets/table/e-table-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h
index 28eb8600e2..13b1d69f38 100644
--- a/widgets/table/e-table-config.h
+++ b/widgets/table/e-table-config.h
@@ -2,7 +2,7 @@
#ifndef _E_TABLE_CONFIG_H_
#define _E_TABLE_CONFIG_H_
-#include <gnome.h>
+#include <libgnome/gnome-defs.h>
#include <gal/e-table/e-table-sort-info.h>
#include <gal/e-table/e-table-specification.h>
#include <gal/widgets/gtk-combo-text.h>