summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/kcrootonly.h
blob: e04df7c80ad360e5a37b4fcabb5e3448150b646a (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef _kcontrol_kcrootonly_
#define _kcontrol_kcrootonly_

#include <kcmodule.h>

class KCRootOnly: public KCModule {
public:
	KCRootOnly(QWidget *parent, const char *name);
};

#endif