diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 20:09:56 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 20:09:56 -0500 |
commit | dd681fe2dc84fa6d27a18f01e09e103426f135cb (patch) | |
tree | cb13f47b8163bd6573fab6bcac333624427261a7 /src/kviewmpeg2.cpp | |
parent | 8e049bad4aadff85fdfd50d24cc34204639ad1c1 (diff) | |
download | k9copy-dd681fe2dc84fa6d27a18f01e09e103426f135cb.tar.gz k9copy-dd681fe2dc84fa6d27a18f01e09e103426f135cb.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/kviewmpeg2.cpp')
-rwxr-xr-x | src/kviewmpeg2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kviewmpeg2.cpp b/src/kviewmpeg2.cpp index f7aa196..393a008 100755 --- a/src/kviewmpeg2.cpp +++ b/src/kviewmpeg2.cpp @@ -75,8 +75,8 @@ kViewMPEG2::kViewMPEG2() { m_widget=NULL; m_GLwidget=NULL; m_layout=NULL; - bPlay->setPixmap(SmallIcon("player_play")); - bStop->setPixmap(SmallIcon("player_stop")); + bPlay->setPixmap(SmallIcon("media-playback-start")); + bStop->setPixmap(SmallIcon("media-playback-stop")); connect(&m_player , TQT_SIGNAL(setPosition(uint32_t)), this, TQT_SLOT(setPosition(uint32_t))); connect(&m_player , TQT_SIGNAL(setMax(uint32_t)), this, TQT_SLOT(setMax(uint32_t))); connect(&m_player , TQT_SIGNAL(setMin(uint32_t)), this, TQT_SLOT(setMin(uint32_t))); |