Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 8b9bc5f969
commit 45d524d58a

@ -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 );

Loading…
Cancel
Save