diff --git a/gtk/gtkspinner.h b/gtk/gtkspinner.h index 5e8fb37482..0d9625cb2a 100644 --- a/gtk/gtkspinner.h +++ b/gtk/gtkspinner.h @@ -29,7 +29,7 @@ #ifndef __GTK_SPINNER_H__ #define __GTK_SPINNER_H__ -#include +#include G_BEGIN_DECLS @@ -46,7 +46,7 @@ typedef struct _GtkSpinnerPrivate GtkSpinnerPrivate; struct _GtkSpinner { - GtkDrawingArea parent; + GtkWidget parent; /* */ GtkSpinnerPrivate *priv; @@ -54,7 +54,7 @@ struct _GtkSpinner struct _GtkSpinnerClass { - GtkDrawingAreaClass parent_class; + GtkWidgetClass parent_class; }; GType gtk_spinner_get_type (void) G_GNUC_CONST;