efl: rename Efl.Ui.*_Legacy.Part -> Efl.Ui.*_Legacy_Part

This commit is contained in:
Xavi Artigas 2018-05-23 11:50:45 +02:00 committed by Daniel Kolesa
parent d808147e6f
commit 761aaa269d
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
class Efl.Ui.Button_Legacy.Part (Efl.Ui.Layout.Part_Content)
class Efl.Ui.Button_Legacy_Part (Efl.Ui.Layout.Part_Content)
{
[[Elementary button internal part class]]
data: null;

View File

@ -1,4 +1,4 @@
class Efl.Ui.Check_Legacy.Part (Efl.Ui.Layout.Part_Content)
class Efl.Ui.Check_Legacy_Part (Efl.Ui.Layout.Part_Content)
{
[[Elementary check internal part class]]
data: null;

View File

@ -1,4 +1,4 @@
class Efl.Ui.Progressbar_Legacy.Part (Efl.Ui.Layout.Part_Content)
class Efl.Ui.Progressbar_Legacy_Part (Efl.Ui.Layout.Part_Content)
{
[[Elementary progressbar internal part class]]
data: null;

View File

@ -1,4 +1,4 @@
class Efl.Ui.Radio_Legacy.Part (Efl.Ui.Layout.Part_Content)
class Efl.Ui.Radio_Legacy_Part (Efl.Ui.Layout.Part_Content)
{
[[Elementary radio internal part class]]
data: null;