summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/tdefile/knotifydialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/knotifydialog.cpp b/tdeio/tdefile/knotifydialog.cpp
index 8397a5e74..fbc947c57 100644
--- a/tdeio/tdefile/knotifydialog.cpp
+++ b/tdeio/tdefile/knotifydialog.cpp
@@ -263,7 +263,7 @@ KNotifyWidget::KNotifyWidget( TQWidget *parent, const char *name,
d->toolTip = new KNotifyToolTip( header );
- m_playButton->setIconSet( SmallIconSet( "player_play" ) );
+ m_playButton->setIconSet( SmallIconSet( "media-playback-start" ) );
connect( m_playButton, TQT_SIGNAL( clicked() ), TQT_SLOT( playSound() ));
connect( m_listview, TQT_SIGNAL( currentChanged( TQListViewItem * ) ),