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