summaryrefslogtreecommitdiff
path: root/src/lib/elc_hoversel.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elc_hoversel.eo')
-rw-r--r--src/lib/elc_hoversel.eo12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/elc_hoversel.eo b/src/lib/elc_hoversel.eo
index 663bd5c42..7101c09a1 100644
--- a/src/lib/elc_hoversel.eo
+++ b/src/lib/elc_hoversel.eo
@@ -1,4 +1,4 @@
-class Elm_Hoversel (Elm_Button, Evas_Selectable_Interface)
+class Elm_Hoversel (Elm_Button, Evas.Selectable_Interface)
{
eo_prefix: elm_obj_hoversel;
properties {
@@ -139,11 +139,11 @@ class Elm_Hoversel (Elm_Button, Evas_Selectable_Interface)
}
implements {
class.constructor;
- Eo_Base.constructor;
- Evas_Object_Smart.hide;
- Evas_Object_Smart.show;
- Evas_Object_Smart.add;
- Evas_Object_Smart.del;
+ Eo.Base.constructor;
+ Evas.Object_Smart.hide;
+ Evas.Object_Smart.show;
+ Evas.Object_Smart.add;
+ Evas.Object_Smart.del;
Elm_Widget.parent.set;
Elm_Widget.theme_apply;
Elm_Widget.translate;