diff options
Diffstat (limited to 'calendar/pcs/cal-factory.h')
-rw-r--r-- | calendar/pcs/cal-factory.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/pcs/cal-factory.h b/calendar/pcs/cal-factory.h index 7e83cfd2b7..e246056169 100644 --- a/calendar/pcs/cal-factory.h +++ b/calendar/pcs/cal-factory.h @@ -21,12 +21,11 @@ #ifndef CAL_FACTORY_H #define CAL_FACTORY_H -#include <libgnome/gnome-defs.h> #include <bonobo/bonobo-xobject.h> #include "pcs/evolution-calendar.h" -BEGIN_GNOME_DECLS +G_BEGIN_DECLS @@ -68,6 +67,6 @@ void cal_factory_register_method (CalFactory *factory, int cal_factory_get_n_backends (CalFactory *factory); void cal_factory_dump_active_backends (CalFactory *factory); -END_GNOME_DECLS +G_END_DECLS #endif |