shift-shell/kcms/hotspot/hotspotsettings.h
2023-03-19 17:15:25 +00:00

20 lines
446 B
C++

/*
SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef HOTSPOTSETTINGS_H
#define HOTSPOTSETTINGS_H
#include <KQuickConfigModule>
class HotspotSettings : public KQuickConfigModule
{
Q_OBJECT
public:
HotspotSettings(QObject *parent, const KPluginMetaData &metaData, const QVariantList &args);
virtual ~HotspotSettings() override;
};
#endif // HOTSPOTSETTINGS_H