summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-09-13 11:38:43 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-09-13 11:38:43 +0200
commit2f17eb055e3404bb36ee0d02082d3e1ab4a958cf (patch)
tree820e016329548eddd7a0d8d209e88fe39bc1b4d0
parent22a0b53d76f5f229591861450f85e5ded5d8f3fc (diff)
downloadkube-2f17eb055e3404bb36ee0d02082d3e1ab4a958cf.tar.gz
kube-2f17eb055e3404bb36ee0d02082d3e1ab4a958cf.zip
fix typo
-rw-r--r--framework/qmldir2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qmldir b/framework/qmldir
index 691dbba8..5eeaaeff 100644
--- a/framework/qmldir
+++ b/framework/qmldir
@@ -21,7 +21,7 @@ ProgressBar 1.0 ProgressBar.qml
21StatusBar 1.0 StatusBar.qml 21StatusBar 1.0 StatusBar.qml
22ComboBox 1.0 ComboBox.qml 22ComboBox 1.0 ComboBox.qml
23CheckBox 1.0 CheckBox.qml 23CheckBox 1.0 CheckBox.qml
24Switch 1.0 as Switch.qml 24Switch 1.0 Switch.qml
25PositiveButton 1.0 PositiveButton.qml 25PositiveButton 1.0 PositiveButton.qml
26TextButton 1.0 TextButton.qml 26TextButton 1.0 TextButton.qml
27TextField 1.0 TextField.qml 27TextField 1.0 TextField.qml