summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:57 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:57 -0500
commit57f054d420d8ede6fef7cda9eb0a440d6fe09880 (patch)
tree267dfb4c61f77cafd84e31f3180ded3f7dd650e4 /src
parent9d530b9dd88179cd0cbd7d3bc6d9067355f48722 (diff)
downloadkscope-57f054d420d8ede6fef7cda9eb0a440d6fe09880.tar.gz
kscope-57f054d420d8ede6fef7cda9eb0a440d6fe09880.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src')
-rw-r--r--src/preferencesdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preferencesdlg.cpp b/src/preferencesdlg.cpp
index f929383..d1a7ae5 100644
--- a/src/preferencesdlg.cpp
+++ b/src/preferencesdlg.cpp
@@ -62,7 +62,7 @@ PreferencesDlg::PreferencesDlg(uint nPage, TQWidget* pParent,
// Create and add the "Frontend" page
pFrame = addPage(i18n("Programmes"),
i18n("Paths to back-end programmes"),
- TDEGlobal::iconLoader()->loadIcon("run", TDEIcon::Panel, 0, false));
+ TDEGlobal::iconLoader()->loadIcon("system-run", TDEIcon::Panel, 0, false));
pLayout = new TQVBoxLayout(pFrame, 0, 0);
m_pPrefFrontend = new PrefFrontend(pFrame);
pLayout->addWidget(m_pPrefFrontend);