diff options
Diffstat (limited to 'calendar/cal-client/cal-query.h')
-rw-r--r-- | calendar/cal-client/cal-query.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/cal-client/cal-query.h b/calendar/cal-client/cal-query.h index 5af5f3864d..a8d7d2a514 100644 --- a/calendar/cal-client/cal-query.h +++ b/calendar/cal-client/cal-query.h @@ -21,12 +21,11 @@ #ifndef CAL_QUERY_H #define CAL_QUERY_H -#include <libgnome/gnome-defs.h> #include <gtk/gtkobject.h> #include "evolution-calendar.h" -BEGIN_GNOME_DECLS +G_BEGIN_DECLS @@ -76,6 +75,6 @@ CalQuery *cal_query_new (GNOME_Evolution_Calendar_Cal cal, -END_GNOME_DECLS +G_END_DECLS #endif |