diff --git a/.eric4project/openlp.org 2.0.e4q b/.eric4project/openlp.org 2.0.e4q index 6de72d8eb..3269c439c 100644 --- a/.eric4project/openlp.org 2.0.e4q +++ b/.eric4project/openlp.org 2.0.e4q @@ -1,7 +1,7 @@ - + \ No newline at end of file diff --git a/.eric4project/openlp.org 2.0.e4t b/.eric4project/openlp.org 2.0.e4t index 05f885d47..f85dde85e 100644 --- a/.eric4project/openlp.org 2.0.e4t +++ b/.eric4project/openlp.org 2.0.e4t @@ -1,7 +1,7 @@ - + TODO: what is the tags for bridge, pre-chorus? diff --git a/openlp.org 2.0.e4p b/openlp.org 2.0.e4p index 9df8b0b5e..b24cdbba6 100644 --- a/openlp.org 2.0.e4p +++ b/openlp.org 2.0.e4p @@ -1,7 +1,7 @@ - + Python @@ -71,8 +71,10 @@ openlp/core/ui/settings.py openlp/core/ui/alertform.py openlp/core/ui/about.py - openlp/plugins/songs/songplugin.py openlp/song/songxml.py + openlp/plugins/songs/songsplugin.py + openlp/plugins/songs/__init__.py + openlp/plugins/songs/forms/__init__.py
openlp/resources/forms/mainwindow.ui
diff --git a/openlp/ui/forms/editsongform.py b/openlp/plugins/songs/forms/editsongform.py similarity index 100% rename from openlp/ui/forms/editsongform.py rename to openlp/plugins/songs/forms/editsongform.py diff --git a/openlp/ui/forms/openlpexportform.py b/openlp/plugins/songs/forms/openlpexportform.py similarity index 100% rename from openlp/ui/forms/openlpexportform.py rename to openlp/plugins/songs/forms/openlpexportform.py diff --git a/openlp/ui/forms/openlpimportform.py b/openlp/plugins/songs/forms/openlpimportform.py similarity index 100% rename from openlp/ui/forms/openlpimportform.py rename to openlp/plugins/songs/forms/openlpimportform.py diff --git a/openlp/ui/forms/opensongexportform.py b/openlp/plugins/songs/forms/opensongexportform.py similarity index 100% rename from openlp/ui/forms/opensongexportform.py rename to openlp/plugins/songs/forms/opensongexportform.py diff --git a/openlp/ui/forms/opensongimportform.py b/openlp/plugins/songs/forms/opensongimportform.py similarity index 100% rename from openlp/ui/forms/opensongimportform.py rename to openlp/plugins/songs/forms/opensongimportform.py