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/lock/Lock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lock/Lock.qml') diff --git a/modules/lock/Lock.qml b/modules/lock/Lock.qml index 1d5176f..c618705 100644 --- a/modules/lock/Lock.qml +++ b/modules/lock/Lock.qml @@ -1,6 +1,6 @@ pragma ComponentBehavior: Bound -import "root:/widgets" +import qs.widgets import Quickshell import Quickshell.Io import Quickshell.Wayland -- cgit v1.2.3-freya