From 4598e8a775bf74c226e1c1a874529423fa55fe4a Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:02:28 +1000 Subject: internal: use new qs imports --- modules/Shortcuts.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/Shortcuts.qml') diff --git a/modules/Shortcuts.qml b/modules/Shortcuts.qml index fe211bd..61ff11d 100644 --- a/modules/Shortcuts.qml +++ b/modules/Shortcuts.qml @@ -1,5 +1,5 @@ -import "root:/widgets" -import "root:/services" +import qs.widgets +import qs.services import Quickshell import Quickshell.Io -- cgit v1.2.3-freya