From 8865050b11348dbca282dbd47887d8bfd0412de7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:16:01 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- juk/filerenamer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/filerenamer.cpp') 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; -- cgit v1.2.1