Skip to content

Commit fc70738

Browse files
committed
[SettingsPlugin] Fixup controls input
1 parent 8ef5686 commit fc70738

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

settings-plugin/keyboard.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2022 Chupligin Sergey <neochapay@gmail.com>
2+
* Copyright (C) 2018-2025 Chupligin Sergey <neochapay@gmail.com>
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Library General Public
@@ -16,11 +16,10 @@
1616
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1717
* Boston, MA 02110-1301, USA.
1818
*/
19-
import QtQuick 2.6
2019

21-
import QtQuick.Controls 1.0
22-
import QtQuick.Controls.Nemo 1.0
23-
import QtQuick.Controls.Styles.Nemo 1.0
20+
import QtQuick
21+
import Nemo
22+
import Nemo.Controls
2423

2524
import org.glacier.keyboard 1.0
2625

0 commit comments

Comments
 (0)