summaryrefslogtreecommitdiffstats
path: root/src/gui/qml/TextImageButton.qml
diff options
context:
space:
mode:
authorLubos Dolezel <lubos@dolezel.info>2016-01-11 10:30:10 +0100
committerLubos Dolezel <lubos@dolezel.info>2016-01-11 10:30:10 +0100
commit497c6093dca384e0c33c107484535421f1bf0fca (patch)
treee99a037ddde1b6618b9477df47433bcd6193a733 /src/gui/qml/TextImageButton.qml
parentdcd1d23d6d49074d61dce8e43f192f4312ab9fee (diff)
downloadtwinkle-497c6093dca384e0c33c107484535421f1bf0fca.tar
twinkle-497c6093dca384e0c33c107484535421f1bf0fca.tar.gz
twinkle-497c6093dca384e0c33c107484535421f1bf0fca.tar.lz
twinkle-497c6093dca384e0c33c107484535421f1bf0fca.tar.xz
twinkle-497c6093dca384e0c33c107484535421f1bf0fca.zip
Port to QtQuick, drop Qt 4 support (resolves #52)
Diffstat (limited to 'src/gui/qml/TextImageButton.qml')
-rw-r--r--src/gui/qml/TextImageButton.qml2
1 files changed, 1 insertions, 1 deletions
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