From 57f054d420d8ede6fef7cda9eb0a440d6fe09880 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:48:57 -0500 Subject: [PATCH] Bring stop, lock, exit, and run icons into XDG compliance --- src/preferencesdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);