summaryrefslogtreecommitdiffstats
path: root/kcontrol/spellchecking/spellchecking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/spellchecking/spellchecking.cpp')
-rw-r--r--kcontrol/spellchecking/spellchecking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/spellchecking/spellchecking.cpp b/kcontrol/spellchecking/spellchecking.cpp
index 18bbbb5ed..68aa0cac8 100644
--- a/kcontrol/spellchecking/spellchecking.cpp
+++ b/kcontrol/spellchecking/spellchecking.cpp
@@ -32,7 +32,7 @@ K_EXPORT_COMPONENT_FACTORY (kcm_spellchecking, SpellFactory("kcmspellchecking")
KSpellCheckingConfig::KSpellCheckingConfig(TQWidget *parent, const char *name, const TQStringList &):
- KCModule(SpellFactory::instance(), parent, name)
+ TDECModule(SpellFactory::instance(), parent, name)
{
TQBoxLayout *layout = new TQVBoxLayout(this, 0, KDialog::spacingHint());
TQGroupBox *box = new TQVGroupBox( i18n("Spell Checking Settings"), this );