From 3a884685ff7e33af277d54b476061e9a5b3003a6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:59 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- ksim/generalprefs.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ksim/generalprefs.cpp') 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); -- cgit v1.2.3