summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/arealistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kimagemapeditor/arealistview.cpp')
-rw-r--r--kimagemapeditor/arealistview.cpp4
1 files changed, 2 insertions, 2 deletions
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"));
}