diff options
author | Timothy Pearson <[email protected]> | 2015-03-02 09:10:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-03-02 09:10:09 -0600 |
commit | dc1420defbbd96b3499a6e9ad2b597e02a1c1637 (patch) | |
tree | c614b7b6cf663076e11dfea7cb6cbfab9c3888a0 /kooka | |
parent | a1f421d30fc91cb2ec436f89e22c8224471c3773 (diff) | |
download | tdegraphics-dc1420defbbd96b3499a6e9ad2b597e02a1c1637.tar.gz tdegraphics-dc1420defbbd96b3499a6e9ad2b597e02a1c1637.zip |
Rename most device icons to comply with XDG standards
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/scanpackager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/scanpackager.cpp b/kooka/scanpackager.cpp index daa2cd3b..f4b973a9 100644 --- a/kooka/scanpackager.cpp +++ b/kooka/scanpackager.cpp @@ -118,7 +118,7 @@ ScanPackager::ScanPackager( TQWidget *parent ) : KFileTreeView( parent ) /* Preload frequently used icons */ TDEIconLoader *loader = TDEGlobal::iconLoader(); - m_floppyPixmap = loader->loadIcon( "3floppy_unmount", TDEIcon::Small ); + m_floppyPixmap = loader->loadIcon( "media-floppy-3_5", TDEIcon::Small ); m_grayPixmap = loader->loadIcon( "palette_gray", TDEIcon::Small ); m_bwPixmap = loader->loadIcon( "palette_lineart", TDEIcon::Small ); m_colorPixmap = loader->loadIcon( "palette_color", TDEIcon::Small ); |