summaryrefslogtreecommitdiff
path: root/src/lib/elm_colorselector.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_colorselector.eo')
-rw-r--r--src/lib/elm_colorselector.eo6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elm_colorselector.eo b/src/lib/elm_colorselector.eo
index 8faec56b2..967902333 100644
--- a/src/lib/elm_colorselector.eo
+++ b/src/lib/elm_colorselector.eo
@@ -125,9 +125,9 @@ class Elm_Colorselector (Elm_Layout)
}
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.focus_next_manager_is;
Elm_Widget.focus_next;