// SPDX-FileCopyrightText: 2024 Carl Schwan // SPDX-License-Identifier: LGPL-2.0-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL import QtQuick AboutKDEPage { Component.onCompleted: console.warn("AboutKDE is deprecated, use AboutKDEPage instead") }