diff options
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.h')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h index 1d5f92e064..f789515ab1 100644 --- a/calendar/gui/dialogs/comp-editor.h +++ b/calendar/gui/dialogs/comp-editor.h @@ -22,6 +22,7 @@ #define COMP_EDITOR_H #include <gtk/gtk.h> +#include <bonobo/bonobo-win.h> #include <bonobo/bonobo-ui-engine.h> #include <bonobo/bonobo-ui-component.h> #include "cal-client.h" @@ -41,14 +42,14 @@ BEGIN_GNOME_DECLS typedef struct _CompEditorPrivate CompEditorPrivate; typedef struct { - GtkObject object; + BonoboWindow object; /* Private data */ CompEditorPrivate *priv; } CompEditor; typedef struct { - GtkObjectClass parent_class; + BonoboWindowClass parent_class; /* Virtual functions */ void (* set_cal_client) (CompEditor *page, CalClient *client); |