summaryrefslogtreecommitdiffstats
path: root/qmlexporter.py
diff options
context:
space:
mode:
Diffstat (limited to 'qmlexporter.py')
-rwxr-xr-xqmlexporter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmlexporter.py b/qmlexporter.py
index 3f867e6..8e96c56 100755
--- a/qmlexporter.py
+++ b/qmlexporter.py
@@ -77,7 +77,7 @@ def export_qml(image, qmlname, path, flatten):
os.mkdir(imagepath)
f = open(qmlfilename, 'w')
- f.write('import Qt 4.6\n')
+ f.write('import Qt 4.7\n')
f.write('Rectangle {\n')
copy = image.duplicate()