summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/projectpref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/commonui/projectpref.cpp')
-rw-r--r--kbabel/commonui/projectpref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/commonui/projectpref.cpp b/kbabel/commonui/projectpref.cpp
index 3ef2b072..5fae9f89 100644
--- a/kbabel/commonui/projectpref.cpp
+++ b/kbabel/commonui/projectpref.cpp
@@ -80,7 +80,7 @@ ProjectDialog::ProjectDialog(Project::Ptr project)
_spellPage = new SpellPreferences(0);
addPage(_spellPage, i18n("title of page in preferences dialog","Spelling")
- , "spellcheck"
+ , "tools-check-spelling"
, i18n("Options for Spell Checking"));
connect( _spellPage, TQT_SIGNAL( settingsChanged() )
, this, TQT_SLOT(updateButtons()) );