From afbced36b4b1d55f7628b2e3dddc5776f4e6ee98 Mon Sep 17 00:00:00 2001
From: Valeria Fadeeva <valeria.fadeeva.me@gmail.com>
Date: Sun, 2 Feb 2025 18:58:42 +0500
Subject: [PATCH] Update

---
 dev/Splash_new.qml                                        | 6 +++---
 .../contents/splash/Splash.qml                            | 6 +++---
 .../contents/splash/Splash.qml                            | 6 +++---
 .../contents/splash/Splash.qml                            | 6 +++---
 .../usr/share/sddm/themes/Melawy/Components/Clock.qml     | 4 ++--
 .../usr/share/sddm/themes/Melawy/Components/Input.qml     | 8 ++++----
 .../usr/share/sddm/themes/Melawy/Components/LoginForm.qml | 6 +++---
 .../share/sddm/themes/Melawy/Components/SessionButton.qml | 6 +++---
 .../share/sddm/themes/Melawy/Components/SystemButtons.qml | 6 +++---
 .../usr/share/sddm/themes/Melawy/Components/UserList.qml  | 6 +++---
 .../sddm/themes/Melawy/Components/VirtualKeyboard.qml     | 4 ++--
 melawy-kde-theme/usr/share/sddm/themes/Melawy/Main.qml    | 8 ++++----
 12 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/dev/Splash_new.qml b/dev/Splash_new.qml
index d31cdde..ba2872e 100644
--- a/dev/Splash_new.qml
+++ b/dev/Splash_new.qml
@@ -17,9 +17,9 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-import QtQuick 2.11
-import QtQuick.Layouts 1.11
-import QtQuick.Controls 2.4
+import QtQuick
+import QtQuick.Layouts
+import QtQuick.Controls
 import Qt5Compat.GraphicalEffects
 
 Image {
diff --git a/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-dark.desktop/contents/splash/Splash.qml b/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-dark.desktop/contents/splash/Splash.qml
index 1d67272..5cf2b93 100644
--- a/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-dark.desktop/contents/splash/Splash.qml
+++ b/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-dark.desktop/contents/splash/Splash.qml
@@ -17,9 +17,9 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-import QtQuick 2.11
-import QtQuick.Layouts 1.11
-import QtQuick.Controls 2.4
+import QtQuick
+import QtQuick.Layouts
+import QtQuick.Controls
 import Qt5Compat.GraphicalEffects
 
 Pane {
diff --git a/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-gray.desktop/contents/splash/Splash.qml b/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-gray.desktop/contents/splash/Splash.qml
index 1d67272..5cf2b93 100644
--- a/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-gray.desktop/contents/splash/Splash.qml
+++ b/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-gray.desktop/contents/splash/Splash.qml
@@ -17,9 +17,9 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-import QtQuick 2.11
-import QtQuick.Layouts 1.11
-import QtQuick.Controls 2.4
+import QtQuick
+import QtQuick.Layouts
+import QtQuick.Controls
 import Qt5Compat.GraphicalEffects
 
 Pane {
diff --git a/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-light.desktop/contents/splash/Splash.qml b/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-light.desktop/contents/splash/Splash.qml
index 1d67272..5cf2b93 100644
--- a/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-light.desktop/contents/splash/Splash.qml
+++ b/melawy-kde-theme/usr/share/plasma/look-and-feel/com.github.Melawy.Melawy-round-light.desktop/contents/splash/Splash.qml
@@ -17,9 +17,9 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-import QtQuick 2.11
-import QtQuick.Layouts 1.11
-import QtQuick.Controls 2.4
+import QtQuick
+import QtQuick.Layouts
+import QtQuick.Controls
 import Qt5Compat.GraphicalEffects
 
 Pane {
diff --git a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/Clock.qml b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/Clock.qml
index e809efc..3ebe6ce 100644
--- a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/Clock.qml
+++ b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/Clock.qml
@@ -22,8 +22,8 @@
 // along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
 //
 
-import QtQuick 2.11
-import QtQuick.Controls 2.4
+import QtQuick
+import QtQuick.Controls
 
 Column {
     id: clock
diff --git a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/Input.qml b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/Input.qml
index 6dace92..7ed433a 100644
--- a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/Input.qml
+++ b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/Input.qml
@@ -22,10 +22,10 @@
 // along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
 //
 
-import QtQuick 2.11
-import QtQuick.Layouts 1.11
-import QtQuick.Controls 2.4
-import QtGraphicalEffects 1.0
+import QtQuick
+import QtQuick.Layouts
+import QtQuick.Controls
+import Qt5Compat.GraphicalEffects
 
 Column {
     id: inputContainer
diff --git a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/LoginForm.qml b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/LoginForm.qml
index 7021256..f1b410b 100644
--- a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/LoginForm.qml
+++ b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/LoginForm.qml
@@ -22,9 +22,9 @@
 // along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
 //
 
-import QtQuick 2.11
-import QtQuick.Layouts 1.11
-import SddmComponents 2.0 as SDDM
+import QtQuick
+import QtQuick.Layouts
+import SddmComponents as SDDM
 
 ColumnLayout {
     id: formContainer
diff --git a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/SessionButton.qml b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/SessionButton.qml
index 945f925..3c70397 100644
--- a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/SessionButton.qml
+++ b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/SessionButton.qml
@@ -22,9 +22,9 @@
 // along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
 //
 
-import QtQuick 2.11
-import QtQuick.Controls 2.4
-import QtGraphicalEffects 1.0
+import QtQuick
+import QtQuick.Controls
+import Qt5Compat.GraphicalEffects
 
 Item {
     id: sessionButton
diff --git a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/SystemButtons.qml b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/SystemButtons.qml
index 511470d..fa1f902 100644
--- a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/SystemButtons.qml
+++ b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/SystemButtons.qml
@@ -22,9 +22,9 @@
 // along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
 //
 
-import QtQuick 2.11
-import QtQuick.Layouts 1.11
-import QtQuick.Controls 2.4
+import QtQuick
+import QtQuick.Layouts
+import QtQuick.Controls
 
 RowLayout {
 
diff --git a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/UserList.qml b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/UserList.qml
index c6844be..30db91f 100644
--- a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/UserList.qml
+++ b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/UserList.qml
@@ -22,9 +22,9 @@
 // along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
 //
 
-import QtQuick 2.11
-import QtQuick.Controls 2.4
-import QtGraphicalEffects 1.0
+import QtQuick
+import QtQuick.Controls
+import Qt5Compat.GraphicalEffects
 
 Item {
     id: usernameField
diff --git a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/VirtualKeyboard.qml b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/VirtualKeyboard.qml
index 77b6ea6..2aff7f4 100644
--- a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/VirtualKeyboard.qml
+++ b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Components/VirtualKeyboard.qml
@@ -22,8 +22,8 @@
 // along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
 //
 
-import QtQuick 2.11
-import QtQuick.VirtualKeyboard 2.3
+import QtQuick
+import QtQuick.VirtualKeyboard
 
 InputPanel {
     id: virtualKeyboard
diff --git a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Main.qml b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Main.qml
index 3526937..369b4be 100644
--- a/melawy-kde-theme/usr/share/sddm/themes/Melawy/Main.qml
+++ b/melawy-kde-theme/usr/share/sddm/themes/Melawy/Main.qml
@@ -22,10 +22,10 @@
 // along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
 //
 
-import QtQuick 2.11
-import QtQuick.Layouts 1.11
-import QtQuick.Controls 2.4
-import QtGraphicalEffects 1.0
+import QtQuick
+import QtQuick.Layouts
+import QtQuick.Controls
+import Qt5Compat.GraphicalEffects
 import "Components"
 
 Pane {