diff options
Diffstat (limited to 'gtk/gtkfixed.h')
-rw-r--r-- | gtk/gtkfixed.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h index 77acdf3e85..e16827dbb6 100644 --- a/gtk/gtkfixed.h +++ b/gtk/gtkfixed.h @@ -30,7 +30,7 @@ #error "Only <gtk/gtk.h> can be included directly." #endif -#include <gtk/gtkcontainer.h> +#include <gtk/gtkwidget.h> G_BEGIN_DECLS @@ -47,12 +47,12 @@ typedef struct _GtkFixedClass GtkFixedClass; struct _GtkFixed { - GtkContainer parent_instance; + GtkWidget parent_instance; }; struct _GtkFixedClass { - GtkContainerClass parent_class; + GtkWidgetClass parent_class; /*< private >*/ |