diff options
Diffstat (limited to 'kimagemapeditor')
-rw-r--r-- | kimagemapeditor/arealistview.cpp | 4 |
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")); } |