aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-utils.h')
-rw-r--r--widgets/table/e-table-utils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/widgets/table/e-table-utils.h b/widgets/table/e-table-utils.h
index 35277583c0..3c7fd937b6 100644
--- a/widgets/table/e-table-utils.h
+++ b/widgets/table/e-table-utils.h
@@ -28,9 +28,8 @@
#include <gal/e-table/e-table-state.h>
#include <gal/e-table/e-table-specification.h>
#include <gal/e-table/e-table-extras.h>
-#include <libgnome/gnome-defs.h>
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
ETableHeader *e_table_state_to_header (GtkWidget *widget,
ETableHeader *full_header,
@@ -44,7 +43,7 @@ ETableCol *e_table_util_calculate_current_search_col (ETableHeader *h
ETableSortInfo *sort_info,
gboolean always_search);
-END_GNOME_DECLS
+G_END_DECLS
#endif /* _E_TABLE_UTILS_H_ */