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/gtkfontchooserdialog.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/gtkfontchooserdialog.c')
-rw-r--r-- | gtk/gtkfontchooserdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontchooserdialog.c b/gtk/gtkfontchooserdialog.c index 80750a307c..45a49cfd2d 100644 --- a/gtk/gtkfontchooserdialog.c +++ b/gtk/gtkfontchooserdialog.c @@ -28,7 +28,7 @@ #include "gtkfontchooserwidget.h" #include "gtkfontchooserutils.h" #include "gtkbox.h" -#include "gtkstock.h" +#include "deprecated/gtkstock.h" #include "gtkintl.h" #include "gtkaccessible.h" #include "gtkbuildable.h" |