#include "touch.h"
#include <kwin_effects_interface.h>
#include <KConfigGroup>
#include <KLocalizedString>
#include <KPackage/Package>
#include <KPackage/PackageLoader>
#include <KPluginFactory>
#include <QDBusConnection>
#include <QDBusMessage>
#include <QVBoxLayout>
#include "kwintouchscreendata.h"
#include "kwintouchscreenedgeconfigform.h"
#include "kwintouchscreenedgeeffectsettings.h"
#include "kwintouchscreenscriptsettings.h"
#include "kwintouchscreensettings.h"
#include "touch.moc"
#include "moc_touch.cpp"
Go to the source code of this file.
◆ K_PLUGIN_FACTORY_WITH_JSON()
K_PLUGIN_FACTORY_WITH_JSON |
( |
KWinScreenEdgesConfigFactory | , |
|
|
"kcm_kwintouchscreen.json" | , |
|
|
registerPlugin< KWin::KWinScreenEdgesConfig >();registerPlugin< KWin::KWinTouchScreenData >(); | ) |