diff options
Diffstat (limited to 'widgets/table/e-cell-float.h')
-rw-r--r-- | widgets/table/e-cell-float.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/widgets/table/e-cell-float.h b/widgets/table/e-cell-float.h index 5ad547fc22..46223bc271 100644 --- a/widgets/table/e-cell-float.h +++ b/widgets/table/e-cell-float.h @@ -1,4 +1,4 @@ -/* +/* * e-cell-float.h - Float item for e-table. * Copyright 2001, CodeFactory AB * Copyright 2001, Mikael Hallendal <micke@codefactory.se> @@ -28,9 +28,8 @@ #define _E_CELL_FLOAT_H_ #include <gal/e-table/e-cell-text.h> -#include <libgnome/gnome-defs.h> -BEGIN_GNOME_DECLS +G_BEGIN_DECLS #define E_CELL_FLOAT_TYPE (e_cell_float_get_type ()) #define E_CELL_FLOAT(o) (GTK_CHECK_CAST ((o), E_CELL_FLOAT_TYPE, ECellFloat)) @@ -49,6 +48,6 @@ typedef struct { GtkType e_cell_float_get_type (void); ECell *e_cell_float_new (const char *fontname, GtkJustification justify); -END_GNOME_DECLS +G_END_DECLS #endif /* _E_CELL_FLOAT_H_ */ |