From fbd77beac0b1fe8017abb47962989e333ad2f61d Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 27 Apr 2015 23:32:24 +0000 Subject: [PATCH] ksplash: make the minimalistic theme use modern import statement --- ksplash/ksplashqml/themes/Minimalistic/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksplash/ksplashqml/themes/Minimalistic/main.qml b/ksplash/ksplashqml/themes/Minimalistic/main.qml index e4fb8b87..383aba47 100644 --- a/ksplash/ksplashqml/themes/Minimalistic/main.qml +++ b/ksplash/ksplashqml/themes/Minimalistic/main.qml @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import Qt 4.7 +import QtQuick 1.0 Item { id: main