summaryrefslogtreecommitdiffstats
path: root/libkscan
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:50:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:50:32 -0500
commitffd6b5f8426c6f4d5ded673221f6799598d36a34 (patch)
treefa13ee6f9f06091f723e056b27b10b8bd2f21e18 /libkscan
parentbf0e4d08fa97ebd72cdc47e28afbc4f77cd60dad (diff)
downloadtdegraphics-ffd6b5f8426c6f4d5ded673221f6799598d36a34.tar.gz
tdegraphics-ffd6b5f8426c6f4d5ded673221f6799598d36a34.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'libkscan')
-rw-r--r--libkscan/kscanslider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkscan/kscanslider.cpp b/libkscan/kscanslider.cpp
index 001c5978..6d64f213 100644
--- a/libkscan/kscanslider.cpp
+++ b/libkscan/kscanslider.cpp
@@ -46,7 +46,7 @@ KScanSlider::KScanSlider( TQWidget *parent, const TQString& text,
{
TDEIconLoader *loader = TDEGlobal::iconLoader();
m_stdButt = new TQPushButton( this );
- m_stdButt->setPixmap( loader->loadIcon( "undo",TDEIcon::Small ));
+ m_stdButt->setPixmap( loader->loadIcon( "edit-undo",TDEIcon::Small ));
/* connect the button click to setting the value */
connect( m_stdButt, TQT_SIGNAL(clicked()),