summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_separator.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_separator.eo')
-rw-r--r--src/lib/elementary/elm_separator.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_separator.eo b/src/lib/elementary/elm_separator.eo
index 835f2e3085..136311d021 100644
--- a/src/lib/elementary/elm_separator.eo
+++ b/src/lib/elementary/elm_separator.eo
@@ -1,4 +1,4 @@
-class Elm.Separator (Efl.Ui.Layout)
+class Elm.Separator (Efl.Ui.Layout.Object, Efl.Ui.Legacy)
{
[[Elementary separator class]]
legacy_prefix: elm_separator;
@@ -19,6 +19,6 @@ class Elm.Separator (Efl.Ui.Layout)
implements {
class.constructor;
Efl.Object.constructor;
- Elm.Widget.theme_apply;
+ Efl.Ui.Widget.theme_apply;
}
}