summaryrefslogtreecommitdiff
path: root/gtk/gtkbuttonprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-07-19 20:29:11 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-07-19 21:39:47 -0400
commit0aa57d26b53a39d0f95bc42d34abd70f4f32406b (patch)
tree4e03d75959de07950f06724193a1b59bdf9754c0 /gtk/gtkbuttonprivate.h
parentd7b68278561f8846fab94c3ef974a89785bce666 (diff)
downloadgtk+-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/gtkbuttonprivate.h')
-rw-r--r--gtk/gtkbuttonprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuttonprivate.h b/gtk/gtkbuttonprivate.h
index 54483de8a2..67ef99c5d4 100644
--- a/gtk/gtkbuttonprivate.h
+++ b/gtk/gtkbuttonprivate.h
@@ -20,7 +20,7 @@
#define __GTK_BUTTON_PRIVATE_H__
#include "gtkactionhelper.h"
-#include "gtkaction.h"
+#include "deprecated/gtkaction.h"
G_BEGIN_DECLS