diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:16:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:16:27 -0600 |
commit | 580d345952faf597f69347256e0ad3411725988a (patch) | |
tree | ff47470421577a3e0e9f387b324e184e4d008d53 /libkscan | |
parent | 81576b133797828eaca3ac819f4adca21de8d327 (diff) | |
download | tdegraphics-580d345952faf597f69347256e0ad3411725988a.tar.gz tdegraphics-580d345952faf597f69347256e0ad3411725988a.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'libkscan')
-rw-r--r-- | libkscan/kscanslider.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkscan/kscanslider.cpp b/libkscan/kscanslider.cpp index 61d00fbf..5ad7ce91 100644 --- a/libkscan/kscanslider.cpp +++ b/libkscan/kscanslider.cpp @@ -44,9 +44,9 @@ KScanSlider::KScanSlider( TQWidget *parent, const TQString& text, if( haveStdButt ) { - KIconLoader *loader = TDEGlobal::iconLoader(); + TDEIconLoader *loader = TDEGlobal::iconLoader(); m_stdButt = new TQPushButton( this ); - m_stdButt->setPixmap( loader->loadIcon( "undo",KIcon::Small )); + m_stdButt->setPixmap( loader->loadIcon( "undo",TDEIcon::Small )); /* connect the button click to setting the value */ connect( m_stdButt, TQT_SIGNAL(clicked()), |