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

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

Loading…
Cancel
Save