diff --git a/look-and-feel/contents/logout/ActionButton.qml b/look-and-feel/contents/logout/ActionButton.qml index 5b9a6e1f..e0611148 100644 --- a/look-and-feel/contents/logout/ActionButton.qml +++ b/look-and-feel/contents/logout/ActionButton.qml @@ -8,7 +8,6 @@ import QtQuick 2.8 import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.components 3.0 as PlasmaComponents3 -import org.kde.plasma.private.mobileshell 1.0 as MobileShell Item { id: root @@ -105,7 +104,6 @@ Item { id: mouseArea hoverEnabled: true onClicked: root.clicked() - onPressed: MobileShell.Haptics.buttonVibrate(); anchors.fill: parent } diff --git a/look-and-feel/contents/logout/Logout.qml b/look-and-feel/contents/logout/Logout.qml index c872cbe4..4cc5c33b 100644 --- a/look-and-feel/contents/logout/Logout.qml +++ b/look-and-feel/contents/logout/Logout.qml @@ -13,7 +13,6 @@ import QtQuick.Controls 2.8 as Controls import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.kcoreaddons 1.0 as KCoreAddons -import org.kde.plasma.private.mobileshell 1.0 as MobileShell import org.kde.plasma.private.sessions 2.0 PlasmaCore.ColorScope { @@ -28,8 +27,6 @@ PlasmaCore.ColorScope { signal cancelRequested() signal lockScreenRequested() - Component.onCompleted: MobileShell.Haptics.buttonVibrate(); - Controls.Action { onTriggered: root.cancelRequested() shortcut: "Escape"