From 497c6093dca384e0c33c107484535421f1bf0fca Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Mon, 11 Jan 2016 10:30:10 +0100 Subject: Port to QtQuick, drop Qt 4 support (resolves #52) --- src/gui/qml/TextImageButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/qml/TextImageButton.qml') diff --git a/src/gui/qml/TextImageButton.qml b/src/gui/qml/TextImageButton.qml index 3630029..83f61d7 100644 --- a/src/gui/qml/TextImageButton.qml +++ b/src/gui/qml/TextImageButton.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.0 Rectangle { id: backgroundRect -- cgit v1.2.3