diff options
Diffstat (limited to 'kcontrol/kcontrol/kcrootonly.h')
-rw-r--r-- | kcontrol/kcontrol/kcrootonly.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kcontrol/kcontrol/kcrootonly.h b/kcontrol/kcontrol/kcrootonly.h new file mode 100644 index 000000000..6fca1d1a2 --- /dev/null +++ b/kcontrol/kcontrol/kcrootonly.h @@ -0,0 +1,12 @@ + +#ifndef _kcontrol_kcrootonly_ +#define _kcontrol_kcrootonly_ + +#include <tdecmodule.h> + +class KCRootOnly: public TDECModule { +public: + KCRootOnly(TQWidget *parent, const char *name); +}; + +#endif |