summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/kscopeactions.cpp8
-rw-r--r--src/kscopepixmaps.cpp2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/kscopeactions.cpp b/src/kscopeactions.cpp
index 0acee42..d6233d1 100644
--- a/src/kscopeactions.cpp
+++ b/src/kscopeactions.cpp
@@ -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()),
diff --git a/src/kscopepixmaps.cpp b/src/kscopepixmaps.cpp
index 31dca4b..cc26c3f 100644
--- a/src/kscopepixmaps.cpp
+++ b/src/kscopepixmaps.cpp
@@ -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: