diff options
Diffstat (limited to 'lib/widgets/ephy-location-entry.h')
-rw-r--r-- | lib/widgets/ephy-location-entry.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h index 44dea2608..8af364cd7 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -20,7 +20,8 @@ #ifndef EPHY_LOCATION_ENTRY_H #define EPHY_LOCATION_ENTRY_H -#include "eggtoolitem.h" +#include <gtk/gtktoolitem.h> + #include "ephy-autocompletion.h" /* object forward declarations */ @@ -45,7 +46,7 @@ typedef struct _EphyLocationEntryPrivate EphyLocationEntryPrivate; struct _EphyLocationEntryClass { - EggToolItemClass parent_class; + GtkToolItemClass parent_class; /* signals */ void (*activated) (EphyLocationEntry *w, @@ -60,7 +61,7 @@ struct _EphyLocationEntryClass /* Remember: fields are public read-only */ struct _EphyLocationEntry { - EggToolItem parent_object; + GtkToolItem parent_object; EphyLocationEntryPrivate *priv; }; |