From ff04cdc4c00513986154504bb6efc1ea765063d4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 20:10:11 -0500 Subject: 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 --- kaudiocreator/jobqueimp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kaudiocreator/jobqueimp.cpp') 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())); } -- cgit v1.2.1