summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krecipes/src/dialogs/recipeinputdialog.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ RecipeInputDialog::RecipeInputDialog( TQWidget* parent, RecipeDB *db ) : TQVBox(
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 );