diff options
Diffstat (limited to 'kcontrol/kcontrol/kcrootonly.h')
-rw-r--r-- | kcontrol/kcontrol/kcrootonly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kcontrol/kcrootonly.h b/kcontrol/kcontrol/kcrootonly.h index b52fab34b..e167c4452 100644 --- a/kcontrol/kcontrol/kcrootonly.h +++ b/kcontrol/kcontrol/kcrootonly.h @@ -4,7 +4,7 @@ #include <kcmodule.h> -class KCRootOnly: public KCModule { +class KCRootOnly: public TDECModule { public: KCRootOnly(TQWidget *parent, const char *name); }; |