diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:48:21 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:48:21 -0500 |
commit | db9ddf01908e1f6ebf9cfd4c5503b88185863f98 (patch) | |
tree | 309470972ab1dbb2b2a40fe803c851f681ebdaeb /plugins | |
parent | 7e5eb6da549215f174b8861890bbbf5c901c4313 (diff) | |
download | ktorrent-db9ddf01908e1f6ebf9cfd4c5503b88185863f98.tar.gz ktorrent-db9ddf01908e1f6ebf9cfd4c5503b88185863f98.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/infowidget/trackerview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infowidget/trackerview.cpp b/plugins/infowidget/trackerview.cpp index d3f01ba..4dd4f96 100644 --- a/plugins/infowidget/trackerview.cpp +++ b/plugins/infowidget/trackerview.cpp @@ -50,7 +50,7 @@ namespace kt btnUpdate->setIconSet(iload->loadIconSet("apply", TDEIcon::Small)); btnAdd->setIconSet(iload->loadIconSet("add", TDEIcon::Small)); btnRemove->setIconSet(iload->loadIconSet("remove", TDEIcon::Small)); - btnRestore->setIconSet(iload->loadIconSet("undo", TDEIcon::Small)); + btnRestore->setIconSet(iload->loadIconSet("edit-undo", TDEIcon::Small)); TQPalette p = lblCurrent->palette(); p.setColor(TQPalette::Active,TQColorGroup::Base,p.color(TQPalette::Active,TQColorGroup::Background)); |