summaryrefslogtreecommitdiffstats
path: root/tdeprint/kpfilterpage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:15:57 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:15:57 -0500
commite4da373e49c1f6fd31115f8e23465227ca4308b6 (patch)
tree3f1b3fe21966805a9a862016dffe351fdb8eb74c /tdeprint/kpfilterpage.cpp
parent659c2cd8332c1413cd0e947993f3f6e218b86ba8 (diff)
downloadtdelibs-e4da373e49c1f6fd31115f8e23465227ca4308b6.tar.gz
tdelibs-e4da373e49c1f6fd31115f8e23465227ca4308b6.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'tdeprint/kpfilterpage.cpp')
-rw-r--r--tdeprint/kpfilterpage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kpfilterpage.cpp b/tdeprint/kpfilterpage.cpp
index 6f46085ee..768e4b475 100644
--- a/tdeprint/kpfilterpage.cpp
+++ b/tdeprint/kpfilterpage.cpp
@@ -147,12 +147,12 @@ KPFilterPage::KPFilterPage(TQWidget *parent, const char *name)
m_up = new TQToolButton(this);
TQWhatsThis::add(m_up, whatsThisMoveFilterUpButton);
- m_up->setIconSet(BarIconSet("up"));
+ m_up->setIconSet(BarIconSet("go-up"));
TQToolTip::add(m_up, i18n("Move filter up"));
m_down = new TQToolButton(this);
TQWhatsThis::add(m_down, whatsThisMoveFilterDownButton);
- m_down->setIconSet(BarIconSet("down"));
+ m_down->setIconSet(BarIconSet("go-down"));
TQToolTip::add(m_down, i18n("Move filter down"));
m_configure = new TQToolButton(this);