Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance

remotes/origin/feat/cmakeConv
Timothy Pearson 10 years ago
parent 36b7e34a68
commit 54ca768e50

@ -154,7 +154,7 @@ void KScopeActions::init()
SIGNAL(toggleProject(bool))); SIGNAL(toggleProject(bool)));
addAction(i18n("&Close Project"), addAction(i18n("&Close Project"),
"fileclose", "window-close",
NULL, NULL,
m_pWindow, m_pWindow,
SLOT(slotCloseProject()), SLOT(slotCloseProject()),
@ -326,7 +326,7 @@ void KScopeActions::init()
// Window menu // Window menu
addAction(i18n("Close &All"), addAction(i18n("Close &All"),
"fileclose", "window-close",
NULL, NULL,
m_pWindow, m_pWindow,
SLOT(slotCloseAllWindows()), SLOT(slotCloseAllWindows()),
@ -364,7 +364,7 @@ void KScopeActions::init()
// Query widget popup menu // Query widget popup menu
addAction(i18n("&New"), addAction(i18n("&New"),
"filenew", "document-new",
NULL, NULL,
m_pWindow->m_pQueryWidget, m_pWindow->m_pQueryWidget,
SLOT(slotNewQueryPage()), SLOT(slotNewQueryPage()),
@ -388,7 +388,7 @@ void KScopeActions::init()
SIGNAL(toggleProject(bool))); SIGNAL(toggleProject(bool)));
addAction(i18n("&Close"), addAction(i18n("&Close"),
"fileclose", "window-close",
NULL, NULL,
m_pWindow->m_pQueryWidget, m_pWindow->m_pQueryWidget,
SLOT(slotCloseCurrent()), SLOT(slotCloseCurrent()),

@ -331,7 +331,7 @@ TQPixmap KScopePixmaps::getPixmap(LoadPixName name)
false); false);
case ButtonSaveAs: case ButtonSaveAs:
return m_loader.loadIcon("filesaveas", TDEIcon::Toolbar, return m_loader.loadIcon("document-save-as", TDEIcon::Toolbar,
0, false); 0, false);
case ButtonZoomIn: case ButtonZoomIn:

Loading…
Cancel
Save