File indexing completed on 2024-05-19 05:19:20

0001 /*
0002     SPDX-FileCopyrightText: 2009 Montel Laurent <montel@kde.org>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "kjotsconfigdlg.h"
0008 
0009 #include <KPluginFactory>
0010 
0011 K_PLUGIN_FACTORY(KCMKJotsConfigFactory, registerPlugin<KJotsConfigMisc>();)
0012 
0013 #include "kcm_kjots.moc"