diff --git a/kde/look-and-feel/contents/splash/Splash.qml b/kde/look-and-feel/contents/splash/Splash.qml
index 576fa83..8e80f98 100644
--- a/kde/look-and-feel/contents/splash/Splash.qml
+++ b/kde/look-and-feel/contents/splash/Splash.qml
@@ -63,7 +63,7 @@ Image {
Image {
id: busyIndicator
- source: "images/busy03.svg"
+ source: "images/busy.svg"
anchors.centerIn: parent
sourceSize.height: 200
sourceSize.width: 200
@@ -75,21 +75,6 @@ Image {
loops: Animation.Infinite
}
}
-
- Image {
- id: busyIndicator2
- source: "images/busy03.svg"
- anchors.centerIn: parent
- sourceSize.height: 250
- sourceSize.width: 250
- RotationAnimator on rotation {
- id: rotationAnimator2
- from: 360
- to: 0
- duration: 2000
- loops: Animation.Infinite
- }
- }
}
OpacityAnimator {
diff --git a/kde/look-and-feel/contents/splash/images/busy.svg b/kde/look-and-feel/contents/splash/images/busy.svg
index 8672cd3..3f5b4a8 100644
--- a/kde/look-and-feel/contents/splash/images/busy.svg
+++ b/kde/look-and-feel/contents/splash/images/busy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/kde/look-and-feel/contents/splash/images/busy03.svg b/kde/look-and-feel/contents/splash/images/busy03.svg
deleted file mode 100644
index 4a4afdd..0000000
--- a/kde/look-and-feel/contents/splash/images/busy03.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file