diff options
Diffstat (limited to 'calendar/gui/eventedit.h')
-rw-r--r-- | calendar/gui/eventedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/eventedit.h b/calendar/gui/eventedit.h index 73dd677d44..9cb80e3912 100644 --- a/calendar/gui/eventedit.h +++ b/calendar/gui/eventedit.h @@ -9,6 +9,7 @@ #define EVENT_EDITOR_H #include "gnome-cal.h" +#include <libgnomeui/gnome-dialog.h> BEGIN_GNOME_DECLS @@ -19,9 +20,8 @@ BEGIN_GNOME_DECLS typedef struct { - GtkWindow window; + GnomeDialog dialog; GtkWidget *notebook; - GtkWidget *vbox; GtkWidget *general; GtkWidget *general_table; @@ -64,7 +64,7 @@ typedef struct { } EventEditor; typedef struct { - GtkWindowClass parent_class; + GnomeDialogClass parent_class; } EventEditorClass; |