diff options
Diffstat (limited to 'lib/widgets/ephy-zoom-action.h')
-rw-r--r-- | lib/widgets/ephy-zoom-action.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/widgets/ephy-zoom-action.h b/lib/widgets/ephy-zoom-action.h index 04e2d4e9b..3bced02f2 100644 --- a/lib/widgets/ephy-zoom-action.h +++ b/lib/widgets/ephy-zoom-action.h @@ -20,7 +20,7 @@ #ifndef EPHY_ZOOM_ACTION_H #define EPHY_ZOOM_ACTION_H -#include <egg-action.h> +#include <gtk/gtkaction.h> G_BEGIN_DECLS @@ -37,14 +37,14 @@ typedef struct _EphyZoomActionPrivate EphyZoomActionPrivate; struct _EphyZoomAction { - EggAction parent; + GtkAction parent; EphyZoomActionPrivate *priv; }; struct _EphyZoomActionClass { - EggActionClass parent_class; + GtkActionClass parent_class; void (* zoom_to_level) (EphyZoomAction *action, float level); }; |