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.
 
 
 
 
 
 

23 lines
406 B

/*
SPDX-FileCopyrightText: 2014 Vishesh Handa <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
#pragma once
#include <KDEDModule>
#include <QVariantList>
class KDEDKSysGuard : public KDEDModule
{
Q_OBJECT
public:
explicit KDEDKSysGuard(QObject *parent, const QVariantList &);
~KDEDKSysGuard() override;
private Q_SLOTS:
void init();
void showTaskManager();
};