File indexing completed on 2024-05-19 05:38:21

0001 /*
0002     SPDX-FileCopyrightText: 2014 Marco Martin <mart@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-only
0005 */
0006 
0007 #include "kcm.h"
0008 #include "lookandfeeldata.h"
0009 
0010 #include <KPluginFactory>
0011 
0012 K_PLUGIN_FACTORY_WITH_JSON(KCMLookandFeelFactory, "kcm_lookandfeel.json", registerPlugin<KCMLookandFeel>(); registerPlugin<LookAndFeelData>();)
0013 
0014 #include "kcmmain.moc"