diff options
Diffstat (limited to 'mobile-widgets/qml/SsrfCheckBox.qml')
-rw-r--r-- | mobile-widgets/qml/SsrfCheckBox.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/SsrfCheckBox.qml b/mobile-widgets/qml/SsrfCheckBox.qml index 9002c02e0..f308a1ee3 100644 --- a/mobile-widgets/qml/SsrfCheckBox.qml +++ b/mobile-widgets/qml/SsrfCheckBox.qml @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -import QtQuick 2.3 +import QtQuick 2.6 import QtQuick.Controls 2.2 import org.kde.kirigami 2.2 as Kirigami |