diff options
Diffstat (limited to 'calendar/pcs/cal-common.h')
-rw-r--r-- | calendar/pcs/cal-common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/pcs/cal-common.h b/calendar/pcs/cal-common.h index 228a67fcfe..3bf229ee8f 100644 --- a/calendar/pcs/cal-common.h +++ b/calendar/pcs/cal-common.h @@ -22,9 +22,9 @@ #ifndef CAL_COMMON_H #define CAL_COMMON_H -#include <libgnome/gnome-defs.h> +#include <glib/gmacros.h> -BEGIN_GNOME_DECLS +G_BEGIN_DECLS @@ -36,6 +36,6 @@ typedef struct _CalClass CalClass; -END_GNOME_DECLS +G_END_DECLS #endif |