summaryrefslogtreecommitdiffstats
path: root/startupscreen/TextButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/TextButton.qml')
-rw-r--r--startupscreen/TextButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/startupscreen/TextButton.qml b/startupscreen/TextButton.qml
index b96982e..e5f11fc 100644
--- a/startupscreen/TextButton.qml
+++ b/startupscreen/TextButton.qml
@@ -48,8 +48,8 @@
**
****************************************************************************/
-import QtQuick 2.12
-import StartupScreen 1.0
+import QtQuick
+import StartupScreen
Rectangle {
property alias fontSize: buttonLabel.font.pixelSize