Branch: master

45d524d5 2014-10-14 00:15:31 Timothy Pearson
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
M krecipes/src/dialogs/recipeinputdialog.cpp
diff --git a/krecipes/src/dialogs/recipeinputdialog.cpp b/krecipes/src/dialogs/recipeinputdialog.cpp
index 3b54fff..a5bd1af 100644
--- a/krecipes/src/dialogs/recipeinputdialog.cpp
+++ b/krecipes/src/dialogs/recipeinputdialog.cpp
@@ -403,7 +403,7 @@
 	instructionsLayout->addWidget( instructionsEdit );
 
 	spellCheckButton = new TQToolButton( instructionsTab );
-	spellCheckButton->setIconSet( il->loadIconSet( "spellcheck", TDEIcon::Small ) );
+	spellCheckButton->setIconSet( il->loadIconSet( "tools-check-spelling", TDEIcon::Small ) );
 	TQToolTip::add
 		( spellCheckButton, i18n( "Check spelling" ) );
 	instructionsLayout->addWidget( spellCheckButton );