diff options
Diffstat (limited to 'lib/widgets/ephy-arrow-toolbutton.h')
-rw-r--r-- | lib/widgets/ephy-arrow-toolbutton.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/widgets/ephy-arrow-toolbutton.h b/lib/widgets/ephy-arrow-toolbutton.h index 7352d6c1a..f1452f585 100644 --- a/lib/widgets/ephy-arrow-toolbutton.h +++ b/lib/widgets/ephy-arrow-toolbutton.h @@ -21,8 +21,7 @@ #include <glib.h> #include <gtk/gtkmenushell.h> - -#include "eggtoolbutton.h" +#include <gtk/gtktoolbutton.h> G_BEGIN_DECLS @@ -39,13 +38,13 @@ typedef struct EphyArrowToolButtonPrivate EphyArrowToolButtonPrivate; struct EphyArrowToolButton { - EggToolButton parent; + GtkToolButton parent; EphyArrowToolButtonPrivate *priv; }; struct EphyArrowToolButtonClass { - EggToolButtonClass parent_class; + GtkToolButtonClass parent_class; void (*menu_activated) (EphyArrowToolButton *b); }; |