summaryrefslogtreecommitdiff
path: root/src/util/cresmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/cresmgr.cpp')
-rw-r--r--src/util/cresmgr.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/util/cresmgr.cpp b/src/util/cresmgr.cpp
index 97f0c78..80d9d2c 100644
--- a/src/util/cresmgr.cpp
+++ b/src/util/cresmgr.cpp
@@ -7,7 +7,7 @@
*
**********/
-#include "cresmgr.h"
+#include "util/cresmgr.h"
#include <QString>
@@ -157,6 +157,11 @@ const QString icon = "cascade.svg";
const QKeySequence accel(Qt::CTRL + Qt::Key_J);
const char* actionName = "windowCascade_action";
}
+namespace close {
+const QString icon = "fileclose.svg";
+const QKeySequence accel(Qt::CTRL + Qt::Key_W);
+const char* actionName = "windowClose_action";
+}
namespace closeAll {
const QString icon = "fileclose.svg";
const QKeySequence accel(Qt::CTRL + Qt::ALT + Qt::Key_W);