diff options
Diffstat (limited to 'framework/qml/Button.qml')
-rw-r--r-- | framework/qml/Button.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qml/Button.qml b/framework/qml/Button.qml index 44e36e34..4f3dd776 100644 --- a/framework/qml/Button.qml +++ b/framework/qml/Button.qml | |||
@@ -16,8 +16,8 @@ | |||
16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.8 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Templates 2.1 as T | 20 | import QtQuick.Templates 2.0 as T |
21 | import org.kube.framework 1.0 | 21 | import org.kube.framework 1.0 |
22 | 22 | ||
23 | T.Button { | 23 | T.Button { |