diff options
Diffstat (limited to 'src/kscopeactions.cpp')
-rw-r--r-- | src/kscopeactions.cpp | 8 |
1 files changed, 4 insertions, 4 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()), |