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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/gui/alarm-notify/alarm-notify.h b/calendar/gui/alarm-notify/alarm-notify.h
index b3fb47990a..de7e0398a6 100644
--- a/calendar/gui/alarm-notify/alarm-notify.h
+++ b/calendar/gui/alarm-notify/alarm-notify.h
@@ -26,6 +26,7 @@
#ifndef ALARM_NOTIFY_H
#define ALARM_NOTIFY_H
+#include <gtk/gtk.h>
#include <libecal/e-cal.h>
/* Standard GObject macros */
@@ -54,12 +55,12 @@ typedef struct _AlarmNotifyClass AlarmNotifyClass;
typedef struct _AlarmNotifyPrivate AlarmNotifyPrivate;
struct _AlarmNotify {
- GObject parent;
+ GtkApplication parent;
AlarmNotifyPrivate *priv;
};
struct _AlarmNotifyClass {
- GObjectClass parent_class;
+ GtkApplicationClass parent_class;
};
GType alarm_notify_get_type (void);