diff --git a/shell/contents/configuration/ContainmentConfiguration.qml b/shell/contents/configuration/ContainmentConfiguration.qml index 1b9033f4..61a99515 100644 --- a/shell/contents/configuration/ContainmentConfiguration.qml +++ b/shell/contents/configuration/ContainmentConfiguration.qml @@ -10,7 +10,6 @@ import QtQuick.Controls 2.15 as Controls import org.kde.plasma.components 3.0 as PlasmaComponents3 import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.configuration 2.0 -import org.kde.plasma.private.mobileshell 1.0 as MobileShell AppletConfiguration { id: root @@ -46,8 +45,6 @@ AppletConfiguration { } } - Component.onCompleted: MobileShell.Haptics.buttonVibrate(); - MouseArea { z: -1 anchors.fill: parent