summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/kcrootonly.h
blob: e167c44528bea1f5008643b18a37bcd2cc5ac0e5 (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 TDECModule {
public:
	KCRootOnly(TQWidget *parent, const char *name);
};

#endif