From c3bb39f229423114f81d79b76a07a9115ca65b03 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 31 Aug 2022 20:15:37 +0200 Subject: Sync theme with Plasma one --- components/VirtualKeyboard.qml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'components/VirtualKeyboard.qml') diff --git a/components/VirtualKeyboard.qml b/components/VirtualKeyboard.qml index edc7ab4..503a35b 100644 --- a/components/VirtualKeyboard.qml +++ b/components/VirtualKeyboard.qml @@ -1,21 +1,9 @@ -/******************************************************************** - This file is part of the KDE project. +/* + SPDX-FileCopyrightText: 2017 Martin Gräßlin -Copyright (C) 2017 Martin Gräßlin + SPDX-License-Identifier: GPL-2.0-or-later +*/ -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*********************************************************************/ import QtQuick 2.5 import QtQuick.VirtualKeyboard 2.1 import org.kde.plasma.core 2.0 as PlasmaCore -- cgit v1.2.1