diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-07-19 20:29:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-07-19 21:39:47 -0400 |
commit | 0aa57d26b53a39d0f95bc42d34abd70f4f32406b (patch) | |
tree | 4e03d75959de07950f06724193a1b59bdf9754c0 /gtk/gtkspinbutton.c | |
parent | d7b68278561f8846fab94c3ef974a89785bce666 (diff) | |
download | gtk+-0aa57d26b53a39d0f95bc42d34abd70f4f32406b.tar.gz |
Move wholly deprecated classes to gtk/deprecated/
We've recently a number of classes wholly. For these cases,
move the headers and sources to gtk/deprecated/ and adjust
Makefiles and includes accordingly.
Affected classes:
GtkAction
GtkActionGroup
GtkActivatable
GtkIconFactory
GtkImageMenuItem
GtkRadioAction
GtkRecentAction
GtkStock
GtkToggleAction
GtkUIManager
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r-- | gtk/gtkspinbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 13d29d4cd6..95ea50f186 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -46,7 +46,7 @@ #include "gtkorientableprivate.h" #include "gtkprivate.h" #include "gtksettings.h" -#include "gtkstock.h" +#include "deprecated/gtkstock.h" #include "gtktypebuiltins.h" #include "gtkwidgetpath.h" #include "gtkwidgetprivate.h" |