From 45d524d58a7e30f90a0dac357eb84ea1f000cf98 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Oct 2014 00:15:31 -0500 Subject: Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance --- krecipes/src/dialogs/recipeinputdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit v1.2.1