diff --git a/components/mobileshell/qml/Shell.qml b/components/mobileshell/qml/Shell.qml index 522e56f0..6d476a39 100644 --- a/components/mobileshell/qml/Shell.qml +++ b/components/mobileshell/qml/Shell.qml @@ -7,8 +7,6 @@ import QtQuick 2.15 import QtQuick.Window 2.15 -import org.kde.plasma.private.mobileshell 1.0 as MobileShell - pragma Singleton /** diff --git a/components/mobileshell/qml/components/Haptics.qml b/components/mobileshell/qml/components/Haptics.qml index a6c4f7c3..2da7dd88 100644 --- a/components/mobileshell/qml/components/Haptics.qml +++ b/components/mobileshell/qml/components/Haptics.qml @@ -2,7 +2,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later import QtQuick 2.15 -import QtFeedback 5.0 import org.kde.plasma.private.mobileshell 1.0 as MobileShell