From dd681fe2dc84fa6d27a18f01e09e103426f135cb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 20:09:56 -0500 Subject: 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 --- src/kviewmpeg2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kviewmpeg2.cpp') 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))); -- cgit v1.2.3