aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/cal-component.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-util/cal-component.h')
-rw-r--r--calendar/cal-util/cal-component.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h
index 0c0579c48e..7a52414ce3 100644
--- a/calendar/cal-util/cal-component.h
+++ b/calendar/cal-util/cal-component.h
@@ -22,12 +22,12 @@
#ifndef CAL_COMPONENT_H
#define CAL_COMPONENT_H
-#include <libgnome/gnome-defs.h>
+#include <glib/gmacros.h>
#include <time.h>
#include <gtk/gtkobject.h>
#include <ical.h>
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
@@ -438,6 +438,6 @@ icalcomponent *cal_component_alarm_get_icalcomponent (CalComponentAlarm *alarm);
-END_GNOME_DECLS
+G_END_DECLS
#endif