diff --git a/src/worksheetentry.cpp b/src/worksheetentry.cpp --- a/src/worksheetentry.cpp +++ b/src/worksheetentry.cpp @@ -696,7 +696,7 @@ if (wantToEvaluate()) { QString toolTip = i18n("Evaluate Entry"); - m_actionBar->addButton(QIcon::fromTheme(QLatin1String("view-refresh")), toolTip, + m_actionBar->addButton(QIcon::fromTheme(QLatin1String("media-playback-start")), toolTip, this, SLOT(evaluate())); }