summaryrefslogtreecommitdiffstats
path: root/kregexpeditor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:38 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:38 -0500
commita08970e23e5ce66638bc9ffeea59003a91245342 (patch)
treeffaa7b569c4ea8fff78e387b8ffa53b3de4fb5ce /kregexpeditor
parent9a0734c6125c752a463fe176ed59180da9567b03 (diff)
downloadtdeutils-a08970e23e5ce66638bc9ffeea59003a91245342.tar.gz
tdeutils-a08970e23e5ce66638bc9ffeea59003a91245342.zip
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
Diffstat (limited to 'kregexpeditor')
-rw-r--r--kregexpeditor/verifybuttons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/verifybuttons.cpp b/kregexpeditor/verifybuttons.cpp
index d9fe294..eb756b2 100644
--- a/kregexpeditor/verifybuttons.cpp
+++ b/kregexpeditor/verifybuttons.cpp
@@ -45,7 +45,7 @@ VerifyButtons::VerifyButtons( TQWidget* parent, const char* name )
TQBoxLayout* layout = boxLayout();
_verify = new TQToolButton(this);
- TQIconSet icon = Util::getSystemIconSet( TQString::fromLatin1("spellcheck"));
+ TQIconSet icon = Util::getSystemIconSet( TQString::fromLatin1("tools-check-spelling"));
_verify->setIconSet( icon );
TQToolTip::add( _verify, i18n( "Verify regular expression" ) );
TQWhatsThis::add( _verify, i18n("Shows what part of the regular expression is being matched in the <i>verifier window</i>."