From e4da373e49c1f6fd31115f8e23465227ca4308b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:15:57 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- tdeprint/management/kxmlcommanddlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeprint/management/kxmlcommanddlg.cpp') diff --git a/tdeprint/management/kxmlcommanddlg.cpp b/tdeprint/management/kxmlcommanddlg.cpp index 9b165e432..f6865a659 100644 --- a/tdeprint/management/kxmlcommanddlg.cpp +++ b/tdeprint/management/kxmlcommanddlg.cpp @@ -97,9 +97,9 @@ KXmlCommandAdvancedDlg::KXmlCommandAdvancedDlg(TQWidget *parent, const char *nam m_delopt = new TQToolButton(this); m_delopt->setIconSet(SmallIconSet("editdelete")); m_up = new TQToolButton(this); - m_up->setIconSet(SmallIconSet("up")); + m_up->setIconSet(SmallIconSet("go-up")); m_down = new TQToolButton(this); - m_down->setIconSet(SmallIconSet("down")); + m_down->setIconSet(SmallIconSet("go-down")); m_dummy = new TQWidget(this); m_desc = new TQLineEdit(m_dummy); m_name = new TQLineEdit(m_dummy); -- cgit v1.2.1