From 3774bd2643f8009fe6046bb721bccb3dce7bb92b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 20:10:12 -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 --- kalarm/messagewin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm/messagewin.cpp') diff --git a/kalarm/messagewin.cpp b/kalarm/messagewin.cpp index 34814cbc1..293d92b02 100644 --- a/kalarm/messagewin.cpp +++ b/kalarm/messagewin.cpp @@ -546,7 +546,7 @@ void MessageWin::initView() if (!mAudioFile.isEmpty() && (mVolume || mFadeVolume > 0)) { // Silence button to stop sound repetition - TQPixmap pixmap = MainBarIcon("player_stop"); + TQPixmap pixmap = MainBarIcon("media-playback-stop"); mSilenceButton = new TQPushButton(topWidget); mSilenceButton->setPixmap(pixmap); mSilenceButton->setFixedSize(mSilenceButton->sizeHint()); -- cgit v1.2.1