diff options
Diffstat (limited to 'calendar/pcs/cal.h')
-rw-r--r-- | calendar/pcs/cal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/pcs/cal.h b/calendar/pcs/cal.h index 52889b4f9a..f8ef057c44 100644 --- a/calendar/pcs/cal.h +++ b/calendar/pcs/cal.h @@ -23,12 +23,12 @@ #ifndef CAL_H #define CAL_H -#include <libgnome/gnome-defs.h> +#include <gtk/gtkobject.h> #include <bonobo/bonobo-xobject.h> #include "pcs/evolution-calendar.h" #include "pcs/cal-common.h" -BEGIN_GNOME_DECLS +G_BEGIN_DECLS @@ -75,6 +75,6 @@ void cal_forget_password (Cal *cal, const char *key); -END_GNOME_DECLS +G_END_DECLS #endif |