summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:22 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:22 -0500
commit44074435c675c743e130b7cee941c8db3c3a50bf (patch)
tree4b49a0fccca15abb657af46857cda700658997b2
parent7e82585db2f585dd1ecafadeb1828150c2f9f50d (diff)
downloadtdeutils-44074435c675c743e130b7cee941c8db3c3a50bf.tar.gz
tdeutils-44074435c675c743e130b7cee941c8db3c3a50bf.zip
Bring undo, redo, find, and revert icons into XDG compliance
-rw-r--r--kregexpeditor/auxbuttons.cpp4
-rw-r--r--tdewallet/walletwidget.ui2
2 files changed, 3 insertions, 3 deletions
diff --git a/kregexpeditor/auxbuttons.cpp b/kregexpeditor/auxbuttons.cpp
index e47abfa..c88fe49 100644
--- a/kregexpeditor/auxbuttons.cpp
+++ b/kregexpeditor/auxbuttons.cpp
@@ -38,13 +38,13 @@ AuxButtons::AuxButtons( TQWidget* parent, const char* name = 0)
TQBoxLayout* layout = boxLayout();
_undo = new TQToolButton( this );
- _undo->setIconSet( Util::getSystemIconSet(TQString::fromLatin1("undo") ) );
+ _undo->setIconSet( Util::getSystemIconSet(TQString::fromLatin1("edit-undo") ) );
layout->addWidget( _undo );
connect( _undo, TQT_SIGNAL(clicked()), this, TQT_SIGNAL(undo()) );
TQToolTip::add( _undo, i18n( "Undo" ) );
_redo = new TQToolButton( this );
- _redo->setIconSet( Util::getSystemIconSet(TQString::fromLatin1("redo") ) );
+ _redo->setIconSet( Util::getSystemIconSet(TQString::fromLatin1("edit-redo") ) );
layout->addWidget( _redo );
connect( _redo, TQT_SIGNAL(clicked()), this, TQT_SIGNAL(redo()) );
TQToolTip::add( _redo, i18n( "Redo" ) );
diff --git a/tdewallet/walletwidget.ui b/tdewallet/walletwidget.ui
index 9979097..5a37580 100644
--- a/tdewallet/walletwidget.ui
+++ b/tdewallet/walletwidget.ui
@@ -100,7 +100,7 @@
<string>&amp;Undo</string>
</property>
<property name="iconSet">
- <iconset>"undo"</iconset>
+ <iconset>"edit-undo"</iconset>
</property>
</widget>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="3">