summaryrefslogtreecommitdiff
path: root/modules/background
diff options
context:
space:
mode:
Diffstat (limited to 'modules/background')
-rw-r--r--modules/background/Background.qml2
-rw-r--r--modules/background/Wallpaper.qml8
2 files changed, 5 insertions, 5 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml
index 11c9151..72748d8 100644
--- a/modules/background/Background.qml
+++ b/modules/background/Background.qml
@@ -1,4 +1,4 @@
-import "root:/widgets"
+import qs.widgets
import Quickshell
import Quickshell.Wayland
diff --git a/modules/background/Wallpaper.qml b/modules/background/Wallpaper.qml
index ef25885..c5d99d1 100644
--- a/modules/background/Wallpaper.qml
+++ b/modules/background/Wallpaper.qml
@@ -1,9 +1,9 @@
pragma ComponentBehavior: Bound
-import "root:/widgets"
-import "root:/services"
-import "root:/config"
-import "root:/utils"
+import qs.widgets
+import qs.services
+import qs.config
+import qs.utils
import QtQuick
import QtQuick.Dialogs