summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-10-29 06:47:32 +0200
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:38:29 +0100
commit4acc20abc142356c581dc58328fff408aed7a6b8 (patch)
tree7c9cce8247812e810ecbbc6ac213d23a6370e7d3 /gtk/gtk.h
parent1bdd761c3fb9e9b5c33cbb78174b3ae5d391b83e (diff)
downloadgtk+-4acc20abc142356c581dc58328fff408aed7a6b8.tar.gz
s/GtkStyleSet/GtkStyleProperties/
The former name had oddities such as gtk_style_set_set() and such, so the new name is nicer in that regard and not much longer.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 92b4c7d21d..36d9a33f04 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -176,8 +176,8 @@
#include <gtk/gtkstatusicon.h>
#include <gtk/gtkstock.h>
#include <gtk/gtkstylecontext.h>
+#include <gtk/gtkstyleproperties.h>
#include <gtk/gtkstyleprovider.h>
-#include <gtk/gtkstyleset.h>
#include <gtk/gtkstyle.h>
#include <gtk/gtkswitch.h>
#include <gtk/gtksymboliccolor.h>