summaryrefslogtreecommitdiffstats
path: root/juk
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:01 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:01 -0500
commit8865050b11348dbca282dbd47887d8bfd0412de7 (patch)
tree5c73c6d32821966993f73384953d33566415506a /juk
parentfa4f1a755bb90db90b4e43692ac4078b8dedc9d2 (diff)
downloadtdemultimedia-8865050b11348dbca282dbd47887d8bfd0412de7.tar.gz
tdemultimedia-8865050b11348dbca282dbd47887d8bfd0412de7.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'juk')
-rw-r--r--juk/filerenamer.cpp4
-rw-r--r--juk/statuslabel.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/juk/filerenamer.cpp b/juk/filerenamer.cpp
index 42c44c84..ffe5b179 100644
--- a/juk/filerenamer.cpp
+++ b/juk/filerenamer.cpp
@@ -310,8 +310,8 @@ FileRenamerWidget::~FileRenamerWidget()
unsigned FileRenamerWidget::addRowCategory(TagType category)
{
- static TQPixmap up = SmallIcon("up");
- static TQPixmap down = SmallIcon("down");
+ static TQPixmap up = SmallIcon("go-up");
+ static TQPixmap down = SmallIcon("go-down");
// Find number of categories already of this type.
unsigned categoryCount = 0;
diff --git a/juk/statuslabel.cpp b/juk/statuslabel.cpp
index 618668b4..4dcf5163 100644
--- a/juk/statuslabel.cpp
+++ b/juk/statuslabel.cpp
@@ -81,7 +81,7 @@ StatusLabel::StatusLabel(PlaylistInterface *playlist, TQWidget *parent, const ch
jumpBox->setSizePolicy(TQSizePolicy::Maximum, TQSizePolicy::Minimum);
TQPushButton *jumpButton = new TQPushButton(jumpBox);
- jumpButton->setPixmap(SmallIcon("up"));
+ jumpButton->setPixmap(SmallIcon("go-up"));
jumpButton->setFlat(true);
TQToolTip::add(jumpButton, i18n("Jump to the currently playing item"));