summaryrefslogtreecommitdiffstats
path: root/kaudiocreator/jobqueimp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaudiocreator/jobqueimp.cpp')
-rw-r--r--kaudiocreator/jobqueimp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaudiocreator/jobqueimp.cpp b/kaudiocreator/jobqueimp.cpp
index 5ea164e3..a800aea3 100644
--- a/kaudiocreator/jobqueimp.cpp
+++ b/kaudiocreator/jobqueimp.cpp
@@ -93,7 +93,7 @@ void JobQueImp::addJob(Job*job, const TQString &name ){
return;
job->id = ++currentId;
QueListViewItem *currentItem = new QueListViewItem(todoQue, TQString("%1%2").arg(getStringFromNumber(currentId)).arg(currentId), "0", name);
- currentItem->setPixmap(ICON_LOC, SmallIcon("player_pause", currentItem->height()-2));
+ currentItem->setPixmap(ICON_LOC, SmallIcon("media-playback-pause", currentItem->height()-2));
queLabel->setText(i18n("Number of jobs in the queue: %1").arg(todoQue->childCount()));
}