summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfontbutton.h')
-rw-r--r--gtk/gtkfontbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfontbutton.h b/gtk/gtkfontbutton.h
index 2a7dae617b..22e6aef554 100644
--- a/gtk/gtkfontbutton.h
+++ b/gtk/gtkfontbutton.h
@@ -50,14 +50,14 @@ typedef struct _GtkFontButtonClass GtkFontButtonClass;
typedef struct _GtkFontButtonPrivate GtkFontButtonPrivate;
struct _GtkFontButton {
- GtkButton button;
+ GtkWidget parent_instance;
/*< private >*/
GtkFontButtonPrivate *priv;
};
struct _GtkFontButtonClass {
- GtkButtonClass parent_class;
+ GtkWidgetClass parent_class;
/* font_set signal is emitted when font is chosen */
void (* font_set) (GtkFontButton *gfp);