diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 20:09:59 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 20:09:59 -0500 |
commit | 00da9ebca8135c28f7a44cf6196ba010de8c7ad4 (patch) | |
tree | e886c97703592750e5b66b4253ceade63d16dd69 /src/electronics/components | |
parent | 6d38be9a1a5511db932fa3c430a7840603c3feda (diff) | |
download | ktechlab-00da9ebca8135c28f7a44cf6196ba010de8c7ad4.tar.gz ktechlab-00da9ebca8135c28f7a44cf6196ba010de8c7ad4.zip |
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
Diffstat (limited to 'src/electronics/components')
-rw-r--r-- | src/electronics/components/piccomponent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/electronics/components/piccomponent.cpp b/src/electronics/components/piccomponent.cpp index 30f946f..83038c1 100644 --- a/src/electronics/components/piccomponent.cpp +++ b/src/electronics/components/piccomponent.cpp @@ -82,8 +82,8 @@ PICComponent::PICComponent( ICNDocument *icnDocument, bool newItem, const char * m_bLoadingProgram = false; m_pGpsim = 0L; - addButton( "run", TQRect(), TDEGlobal::iconLoader()->loadIcon( "player_play", TDEIcon::Small ) ); - addButton( "pause", TQRect(), TDEGlobal::iconLoader()->loadIcon( "player_pause", TDEIcon::Small ) ); + addButton( "run", TQRect(), TDEGlobal::iconLoader()->loadIcon( "media-playback-start", TDEIcon::Small ) ); + addButton( "pause", TQRect(), TDEGlobal::iconLoader()->loadIcon( "media-playback-pause", TDEIcon::Small ) ); addButton( "reset", TQRect(), TDEGlobal::iconLoader()->loadIcon( "process-stop", TDEIcon::Small ) ); addButton( "reload", TQRect(), TDEGlobal::iconLoader()->loadIcon( "reload", TDEIcon::Small ) ); |