summaryrefslogtreecommitdiffstats
path: root/kedit
diff options
context:
space:
mode:
Diffstat (limited to 'kedit')
-rw-r--r--kedit/kedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kedit/kedit.cpp b/kedit/kedit.cpp
index 33ac62c..4e71fab 100644
--- a/kedit/kedit.cpp
+++ b/kedit/kedit.cpp
@@ -1334,7 +1334,7 @@ SettingsDialog::SettingsDialog(TQWidget *parent, const char *name,TDEConfigSkele
// Spelling
addPage(spellConfig, i18n("Spelling"),
- "spellcheck", i18n("Spelling Checker"));
+ "tools-check-spelling", i18n("Spelling Checker"));
connect(spellConfig, TQT_SIGNAL(configChanged()), this, TQT_SLOT(slotSpellConfigChanged()));
// Miscellaneous