summaryrefslogtreecommitdiff
path: root/src/lib/elm_win.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_win.eo')
-rw-r--r--src/lib/elm_win.eo14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo
index 86d3f7d40..a2b12dbe0 100644
--- a/src/lib/elm_win.eo
+++ b/src/lib/elm_win.eo
@@ -1301,13 +1301,13 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
}
implements {
class.constructor;
- Eo_Base.constructor;
- Evas_Object_Smart.hide;
- Evas_Object_Smart.show;
- Evas_Object_Smart.move;
- Evas_Object_Smart.add;
- Evas_Object_Smart.del;
- Evas_Object_Smart.resize;
+ Eo.Base.constructor;
+ Evas.Object_Smart.hide;
+ Evas.Object_Smart.show;
+ Evas.Object_Smart.move;
+ Evas.Object_Smart.add;
+ Evas.Object_Smart.del;
+ Evas.Object_Smart.resize;
Elm_Widget.focus_direction;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;