diff options
Diffstat (limited to 'kalarm/messagewin.cpp')
-rw-r--r-- | kalarm/messagewin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |