summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/projectpref.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:37 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:37 -0500
commitc1124c6ab4b82daf11b13897d92b9590f697ee96 (patch)
tree937f7da4552854ed208406387d3e2c001575a60f /kbabel/commonui/projectpref.cpp
parentd03529a4e50e7b8e65be3cf355ed2e71bd2bfcb7 (diff)
downloadtdesdk-c1124c6ab4b82daf11b13897d92b9590f697ee96.tar.gz
tdesdk-c1124c6ab4b82daf11b13897d92b9590f697ee96.zip
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
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()) );