QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
354 B

/*
SPDX-FileCopyrightText: 2014 Marco Martin <[email protected]>
SPDX-License-Identifier: LGPL-2.0-only
*/
#include "kcm.h"
#include "lookandfeeldata.h"
#include <KPluginFactory>
K_PLUGIN_FACTORY_WITH_JSON(KCMLookandFeelFactory, "kcm_lookandfeel.json", registerPlugin<KCMLookandFeel>(); registerPlugin<LookAndFeelData>();)
#include "kcmmain.moc"