summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-05-08 11:22:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-05-11 22:38:21 -0400
commita0437628e3a776990bd35a455977f11da6a66c41 (patch)
tree7ed4d47587620bb7d937b8c812a17130cb56f037 /gtk/gtknotebook.h
parent0daa1f3daa81682c1d5b3318ae579c193fffd7b1 (diff)
downloadgtk+-a0437628e3a776990bd35a455977f11da6a66c41.tar.gz
notebook: Derive from GtkWidget
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index d29cada205..54a0b8a8ee 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -31,7 +31,7 @@
#error "Only <gtk/gtk.h> can be included directly."
#endif
-#include <gtk/gtkcontainer.h>
+#include <gtk/gtkwidget.h>
G_BEGIN_DECLS