summaryrefslogtreecommitdiff
path: root/src/lib/elm_web.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_web.eo')
-rw-r--r--src/lib/elm_web.eo6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elm_web.eo b/src/lib/elm_web.eo
index afc55f37e..fb7fc7685 100644
--- a/src/lib/elm_web.eo
+++ b/src/lib/elm_web.eo
@@ -667,9 +667,9 @@ class Elm_Web (Elm_Widget)
}
implements {
class.constructor;
- Eo_Base.constructor;
- Evas_Object_Smart.add;
- Evas_Object_Smart.del;
+ Eo.Base.constructor;
+ Evas.Object_Smart.add;
+ Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.on_focus;
Elm_Widget.event;