2011-12-21 06:28:51 +00:00
|
|
|
/*
|
2020-08-02 22:10:35 +00:00
|
|
|
* SPDX-FileCopyrightText: 2011 Tamas Krutki <ktamasw@gmail.com>
|
2011-12-21 06:28:51 +00:00
|
|
|
*
|
2020-08-02 22:10:35 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
2011-12-21 06:28:51 +00:00
|
|
|
*/
|
|
|
|
|
2014-03-17 15:24:10 +00:00
|
|
|
#include <KPluginFactory>
|
2011-12-21 06:28:51 +00:00
|
|
|
|
|
|
|
#include "module.h"
|
|
|
|
|
|
|
|
K_PLUGIN_FACTORY(KcmKWinScriptsFactory,
|
|
|
|
registerPlugin<Module>("kwin-scripts");)
|
2017-12-18 10:40:35 +00:00
|
|
|
|
|
|
|
#include "main.moc"
|