diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:31 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:31 -0500 |
commit | 45d524d58a7e30f90a0dac357eb84ea1f000cf98 (patch) | |
tree | f4db725656743a33ec076c9c5bf98e3b24818182 | |
parent | 8b9bc5f96910c320be02ed06b541f2d921956310 (diff) | |
download | krecipes-45d524d58a7e30f90a0dac357eb84ea1f000cf98.tar.gz krecipes-45d524d58a7e30f90a0dac357eb84ea1f000cf98.zip |
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
-rw-r--r-- | krecipes/src/dialogs/recipeinputdialog.cpp | 2 |
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 ); |