From 3b6ab89617fd8b94bc926055a13df772036b33d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 27 Jan 2015 14:08:12 +0100 Subject: [PATCH] [kcmkwin/deco] Do not runtime depend on QtQuick 2.4 (Qt 5.4) Sorry, sorry, sorry! We need better runtime checks on the CI. --- kcmkwin/kwindecoration/qml/Buttons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwindecoration/qml/Buttons.qml b/kcmkwin/kwindecoration/qml/Buttons.qml index 61688d2fed..a8e1c96181 100644 --- a/kcmkwin/kwindecoration/qml/Buttons.qml +++ b/kcmkwin/kwindecoration/qml/Buttons.qml @@ -17,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -import QtQuick 2.4 +import QtQuick 2.3 import QtQuick.Controls 1.2 import QtQuick.Layouts 1.1 import org.kde.kwin.private.kdecoration 1.0 as KDecoration