diff options
Diffstat (limited to 'src/ephy-location-action.h')
-rw-r--r-- | src/ephy-location-action.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ephy-location-action.h b/src/ephy-location-action.h index e94931a3a..4680ef879 100644 --- a/src/ephy-location-action.h +++ b/src/ephy-location-action.h @@ -24,7 +24,7 @@ #ifndef EPHY_LOCATION_ACTION_H #define EPHY_LOCATION_ACTION_H -#include "ephy-link-action.h" +#include <glib-object.h> G_BEGIN_DECLS @@ -41,7 +41,7 @@ typedef struct _EphyLocationActionClass EphyLocationActionClass; struct _EphyLocationAction { - EphyLinkAction parent; + GObject parent; /*< private >*/ EphyLocationActionPrivate *priv; @@ -49,7 +49,7 @@ struct _EphyLocationAction struct _EphyLocationActionClass { - EphyLinkActionClass parent_class; + GObjectClass parent_class; /* Signals */ void (* lock_clicked) (EphyLocationAction *action); |