summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_widget_hover.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_widget_hover.h')
-rw-r--r--src/lib/elementary/elm_widget_hover.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_widget_hover.h b/src/lib/elementary/elm_widget_hover.h
index 1b77fcc5c1..25fbe25a23 100644
--- a/src/lib/elementary/elm_widget_hover.h
+++ b/src/lib/elementary/elm_widget_hover.h
@@ -53,7 +53,7 @@ struct _Elm_Hover_Data
*/
#define ELM_HOVER_DATA_GET(o, sd) \
- Elm_Hover_Data * sd = eo_data_scope_get(o, ELM_HOVER_CLASS)
+ Elm_Hover_Data * sd = efl_data_scope_get(o, ELM_HOVER_CLASS)
#define ELM_HOVER_DATA_GET_OR_RETURN(o, ptr) \
ELM_HOVER_DATA_GET(o, ptr); \
@@ -74,7 +74,7 @@ struct _Elm_Hover_Data
}
#define ELM_HOVER_CHECK(obj) \
- if (EINA_UNLIKELY(!eo_isa((obj), ELM_HOVER_CLASS))) \
+ if (EINA_UNLIKELY(!efl_isa((obj), ELM_HOVER_CLASS))) \
return
#endif