From a2541c112aa09e2f20ae10006d4aa70e61c31761 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:16:45 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- kimagemapeditor/arealistview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kimagemapeditor') diff --git a/kimagemapeditor/arealistview.cpp b/kimagemapeditor/arealistview.cpp index f285999b..568d8edd 100644 --- a/kimagemapeditor/arealistview.cpp +++ b/kimagemapeditor/arealistview.cpp @@ -52,10 +52,10 @@ AreaListView::AreaListView(TQWidget *parent, const char *name) TQHBox *hbox= new TQHBox(this); upBtn= new TQPushButton("",hbox); - upBtn->setIconSet(SmallIconSet("up")); + upBtn->setIconSet(SmallIconSet("go-up")); downBtn= new TQPushButton("",hbox); - downBtn->setIconSet(SmallIconSet("down")); + downBtn->setIconSet(SmallIconSet("go-down")); } -- cgit v1.2.1