From 304056acfff619d7fd51b43e73c4c7a30a0b6878 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 25 Jun 2017 05:29:57 +0100 Subject: fix borked qml --- x11-themes/redcore-theme-sddm/files/redcore/Main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-themes/redcore-theme-sddm/files') diff --git a/x11-themes/redcore-theme-sddm/files/redcore/Main.qml b/x11-themes/redcore-theme-sddm/files/redcore/Main.qml index 00feea4f..4757e0cd 100644 --- a/x11-themes/redcore-theme-sddm/files/redcore/Main.qml +++ b/x11-themes/redcore-theme-sddm/files/redcore/Main.qml @@ -22,8 +22,8 @@ * ***************************************************************************/ -import QtQuick ${COMPONENTS_VERSION} -import SddmComponents ${COMPONENTS_VERSION} +import QtQuick 2.0 +import SddmComponents 2.0 Rectangle { id: container -- cgit v1.2.3