aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-notify.h')
-rw-r--r--calendar/gui/alarm-notify/alarm-notify.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/calendar/gui/alarm-notify/alarm-notify.h b/calendar/gui/alarm-notify/alarm-notify.h
index 418ae23878..c4a351d818 100644
--- a/calendar/gui/alarm-notify/alarm-notify.h
+++ b/calendar/gui/alarm-notify/alarm-notify.h
@@ -22,7 +22,8 @@
#ifndef ALARM_NOTIFY_H
#define ALARM_NOTIFY_H
-#include <glib-object.h>
+#include <bonobo/bonobo-object.h>
+#include "evolution-calendar.h"
@@ -39,14 +40,15 @@ typedef struct _AlarmNotifyClass AlarmNotifyClass;
typedef struct _AlarmNotifyPrivate AlarmNotifyPrivate;
struct _AlarmNotify {
- GObject object;
+ BonoboObject object;
/* Private data */
AlarmNotifyPrivate *priv;
};
struct _AlarmNotifyClass {
- GObjectClass parent_class;
+ BonoboObjectClass parent_class;
+ POA_GNOME_Evolution_Calendar_AlarmNotify__epv epv;
};
GType alarm_notify_get_type (void);