summaryrefslogtreecommitdiffstats
path: root/src/configdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:38 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:38 -0500
commita1ce834caca62704ca155d487d5626f75965eaf8 (patch)
treebf122a31edaae1c0e4bed51a70bb0bcab4595e84 /src/configdialog.cpp
parent1b26b91a09aa82eea6744f11fab83692b103d8d0 (diff)
downloadtellico-a1ce834caca62704ca155d487d5626f75965eaf8.tar.gz
tellico-a1ce834caca62704ca155d487d5626f75965eaf8.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'src/configdialog.cpp')
-rw-r--r--src/configdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configdialog.cpp b/src/configdialog.cpp
index 6367d1b..f406c5f 100644
--- a/src/configdialog.cpp
+++ b/src/configdialog.cpp
@@ -515,11 +515,11 @@ void ConfigDialog::setupFetchPage() {
leftLayout->addWidget(hb);
hb->setSpacing(KDialog::spacingHint());
m_moveUpSourceBtn = new KPushButton(i18n("Move &Up"), hb);
- m_moveUpSourceBtn->setIconSet(SmallIconSet(TQString::fromLatin1("up")));
+ m_moveUpSourceBtn->setIconSet(SmallIconSet(TQString::fromLatin1("go-up")));
TQWhatsThis::add(m_moveUpSourceBtn, i18n("The order of the data sources sets the order "
"that Tellico uses when entries are automatically updated."));
m_moveDownSourceBtn = new KPushButton(i18n("Move &Down"), hb);
- m_moveDownSourceBtn->setIconSet(SmallIconSet(TQString::fromLatin1("down")));
+ m_moveDownSourceBtn->setIconSet(SmallIconSet(TQString::fromLatin1("go-down")));
TQWhatsThis::add(m_moveDownSourceBtn, i18n("The order of the data sources sets the order "
"that Tellico uses when entries are automatically updated."));