summaryrefslogtreecommitdiffstats
path: root/ksim
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:34 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:34 -0500
commit7e82585db2f585dd1ecafadeb1828150c2f9f50d (patch)
tree556822076cf8d876b8951aef6adf23c914747f82 /ksim
parentc7e39a97c6f170b4149f321104bb8d2017a59af5 (diff)
downloadtdeutils-7e82585db2f585dd1ecafadeb1828150c2f9f50d.tar.gz
tdeutils-7e82585db2f585dd1ecafadeb1828150c2f9f50d.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'ksim')
-rw-r--r--ksim/generalprefs.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksim/generalprefs.cpp b/ksim/generalprefs.cpp
index a1457a6..4306ad6 100644
--- a/ksim/generalprefs.cpp
+++ b/ksim/generalprefs.cpp
@@ -178,7 +178,7 @@ KSim::UptimePrefs::UptimePrefs(TQWidget *parent, const char *name)
TQT_SLOT(uptimeContextMenu(TQPopupMenu *)));
m_uptimeAdd = new TQPushButton(this);
- m_uptimeAdd->setPixmap(SmallIcon("down"));
+ m_uptimeAdd->setPixmap(SmallIcon("go-down"));
connect(m_uptimeAdd, TQT_SIGNAL(clicked()), TQT_SLOT(insertUptimeItem()));
TQToolTip::add(m_uptimeAdd, i18n("Insert item"));
@@ -314,7 +314,7 @@ KSim::MemoryPrefs::MemoryPrefs(TQWidget *parent, const char *name)
TQT_SLOT(memoryContextMenu(TQPopupMenu *)));
m_memoryAdd = new TQPushButton(this);
- m_memoryAdd->setPixmap(SmallIcon("down"));
+ m_memoryAdd->setPixmap(SmallIcon("go-down"));
connect(m_memoryAdd, TQT_SIGNAL(clicked()), TQT_SLOT(insertMemoryItem()));
TQToolTip::add(m_memoryAdd, i18n("Insert item"));
@@ -468,7 +468,7 @@ KSim::SwapPrefs::SwapPrefs(TQWidget *parent, const char *name)
TQT_SLOT(swapContextMenu(TQPopupMenu *)));
m_swapAdd = new TQPushButton(this);
- m_swapAdd->setPixmap(SmallIcon("down"));
+ m_swapAdd->setPixmap(SmallIcon("go-down"));
connect(m_swapAdd, TQT_SIGNAL(clicked()), TQT_SLOT(insertSwapItem()));
TQToolTip::add(m_swapAdd, i18n("Insert item"));