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..e04df7c80 --- /dev/null +++ b/kcontrol/kcontrol/kcrootonly.h @@ -0,0 +1,12 @@ + +#ifndef _kcontrol_kcrootonly_ +#define _kcontrol_kcrootonly_ + +#include <kcmodule.h> + +class KCRootOnly: public KCModule { +public: + KCRootOnly(QWidget *parent, const char *name); +}; + +#endif |