File indexing completed on 2024-05-19 05:35:16

0001 // SPDX-FileCopyrightText: 2023 Nicolas Fella <nicolas.fella@gmx.de>
0002 //
0003 // SPDX-License-Identifier: MIT
0004 
0005 #include "oxygenconfigwidget.h"
0006 #include <KPluginFactory>
0007 
0008 K_PLUGIN_CLASS_WITH_JSON(Oxygen::ConfigWidget, "kcm_oxygendecoration.json")
0009 
0010 #include "kcm_oxygendecoration.moc"