diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:48:57 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:48:57 -0500 |
commit | 57f054d420d8ede6fef7cda9eb0a440d6fe09880 (patch) | |
tree | 267dfb4c61f77cafd84e31f3180ded3f7dd650e4 | |
parent | 9d530b9dd88179cd0cbd7d3bc6d9067355f48722 (diff) | |
download | kscope-57f054d420d8ede6fef7cda9eb0a440d6fe09880.tar.gz kscope-57f054d420d8ede6fef7cda9eb0a440d6fe09880.zip |
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r-- | src/preferencesdlg.cpp | 2 |
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); |