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

#ifndef _kcontrol_kcrootonly_
#define _kcontrol_kcrootonly_

#include <tdecmodule.h>

class KCRootOnly: public TDECModule {
public:
	KCRootOnly(TQWidget *parent, const char *name);
};

#endif