Bring stop, lock, exit, and run icons into XDG compliance

remotes/origin/feat/cmakeConv
Timothy Pearson 10 years ago
parent 9d530b9dd8
commit 57f054d420

@ -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);

Loading…
Cancel
Save