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/gtkfilechooserbutton.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/gtkfilechooserbutton.c')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 6259b08664..e4fc423179 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -36,11 +36,11 @@ #include "gtkcombobox.h" #include "gtkdnd.h" #include "gtkicontheme.h" -#include "gtkiconfactory.h" +#include "deprecated/gtkiconfactory.h" #include "gtkimage.h" #include "gtklabel.h" #include "gtkliststore.h" -#include "gtkstock.h" +#include "deprecated/gtkstock.h" #include "gtktreemodelfilter.h" #include "gtkseparator.h" #include "gtkfilechooserdialog.h" |