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

#endif