From 064f8056e28239c0e08a6a5443447fbb2a7ecc9d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:14:55 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- kate/app/katemdi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/app/katemdi.cpp') diff --git a/kate/app/katemdi.cpp b/kate/app/katemdi.cpp index a6c657e2c..27035d48e 100644 --- a/kate/app/katemdi.cpp +++ b/kate/app/katemdi.cpp @@ -475,10 +475,10 @@ bool Sidebar::eventFilter(TQObject *obj, TQEvent *ev) p->insertItem(SmallIconSet("forward"), i18n("Right Sidebar"),1); if (position() != 2) - p->insertItem(SmallIconSet("up"), i18n("Top Sidebar"),2); + p->insertItem(SmallIconSet("go-up"), i18n("Top Sidebar"),2); if (position() != 3) - p->insertItem(SmallIconSet("down"), i18n("Bottom Sidebar"),3); + p->insertItem(SmallIconSet("go-down"), i18n("Bottom Sidebar"),3); connect(p, TQT_SIGNAL(activated(int)), this, TQT_SLOT(buttonPopupActivate(int))); -- cgit v1.2.1