summaryrefslogtreecommitdiffstats
path: root/kaudiocreator
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:11 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:11 -0500
commitff04cdc4c00513986154504bb6efc1ea765063d4 (patch)
tree90318ddb9338b8f9aa25c137360e30eb13423ec8 /kaudiocreator
parent88d0e2289d8cf1742ff4e50485b06eda96946c9c (diff)
downloadtdemultimedia-ff04cdc4c00513986154504bb6efc1ea765063d4.tar.gz
tdemultimedia-ff04cdc4c00513986154504bb6efc1ea765063d4.zip
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
Diffstat (limited to 'kaudiocreator')
-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()));
}