diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-05-06 23:54:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-11 22:21:09 -0400 |
commit | e2b23e8fdeaeba4e9139077c90f25289e4d4cceb (patch) | |
tree | 113bda666747131759c9f217c309d5547b422bf6 /gtk/gtkactionbar.h | |
parent | c0f090627a265037e7a54d8f7c29bd76ca179672 (diff) | |
download | gtk+-e2b23e8fdeaeba4e9139077c90f25289e4d4cceb.tar.gz |
actionbar: Derive from GtkWidget
GtkContainer is going away.
Diffstat (limited to 'gtk/gtkactionbar.h')
-rw-r--r-- | gtk/gtkactionbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactionbar.h b/gtk/gtkactionbar.h index 5015ae4485..0f651e1877 100644 --- a/gtk/gtkactionbar.h +++ b/gtk/gtkactionbar.h @@ -24,7 +24,7 @@ #error "Only <gtk/gtk.h> can be included directly." #endif -#include <gtk/gtkcontainer.h> +#include <gtk/gtkwidget.h> G_BEGIN_DECLS |