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.
 
 
 
 
 
 

24 lines
517 B

/*
SPDX-FileCopyrightText: 2006 Lukas Tinkl <ltinkl@suse.cz>
SPDX-FileCopyrightText: 2008 Lubos Lunak <l.lunak@suse.cz>
SPDX-FileCopyrightText: 2009 Ivo Anjo <knuckles@gmail.com>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include <KDEDModule>
#include <QObject>
#include "freespacenotifier.h"
class FreeSpaceNotifierModule : public KDEDModule
{
Q_OBJECT
public:
FreeSpaceNotifierModule(QObject *parent, const QList<QVariant> &);
private:
void showConfiguration();
};