diff options
Diffstat (limited to 'ksim/generalprefs.cpp')
-rw-r--r-- | ksim/generalprefs.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ksim/generalprefs.cpp b/ksim/generalprefs.cpp index 4306ad6..42148d6 100644 --- a/ksim/generalprefs.cpp +++ b/ksim/generalprefs.cpp @@ -160,8 +160,8 @@ void KSim::ClockPrefs::readConfig(KSim::Config *config) KSim::UptimePrefs::UptimePrefs(TQWidget *parent, const char *name) : TQWidget(parent, name) { - m_addIcon = SmallIconSet("filenew"); - m_removeIcon = SmallIconSet("editdelete"); + m_addIcon = SmallIconSet("document-new"); + m_removeIcon = SmallIconSet("edit-delete"); m_mainLayout = new TQVBoxLayout(this); m_mainLayout->setSpacing(6); @@ -297,8 +297,8 @@ void KSim::UptimePrefs::removeUptimeItem() KSim::MemoryPrefs::MemoryPrefs(TQWidget *parent, const char *name) : TQWidget(parent, name) { - m_addIcon = SmallIconSet("filenew"); - m_removeIcon = SmallIconSet("editdelete"); + m_addIcon = SmallIconSet("document-new"); + m_removeIcon = SmallIconSet("edit-delete"); m_mainLayout = new TQVBoxLayout(this); m_mainLayout->setSpacing(6); @@ -445,8 +445,8 @@ void KSim::MemoryPrefs::removeMemoryItem() KSim::SwapPrefs::SwapPrefs(TQWidget *parent, const char *name) : TQWidget(parent, name) { - m_addIcon = SmallIconSet("filenew"); - m_removeIcon = SmallIconSet("editdelete"); + m_addIcon = SmallIconSet("document-new"); + m_removeIcon = SmallIconSet("edit-delete"); m_mainLayout = new TQVBoxLayout(this); m_mainLayout->setSpacing(6); |