summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/kcrootonly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kcontrol/kcrootonly.cpp')
-rw-r--r--kcontrol/kcontrol/kcrootonly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kcontrol/kcrootonly.cpp b/kcontrol/kcontrol/kcrootonly.cpp
index 723895de3..e99cfa799 100644
--- a/kcontrol/kcontrol/kcrootonly.cpp
+++ b/kcontrol/kcontrol/kcrootonly.cpp
@@ -24,7 +24,7 @@
#include "kcrootonly.h"
KCRootOnly::KCRootOnly(TQWidget *parent, const char *name)
- : KCModule(parent, name)
+ : TDECModule(parent, name)
{
TQVBoxLayout *layout=new TQVBoxLayout(this);
TQLabel *label = new TQLabel(i18n("<big>You need super user privileges to run this control module.</big><br>"