summaryrefslogtreecommitdiff
path: root/src/util/cresmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/cresmgr.h')
-rw-r--r--src/util/cresmgr.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/util/cresmgr.h b/src/util/cresmgr.h
index fcd602b..6f001b9 100644
--- a/src/util/cresmgr.h
+++ b/src/util/cresmgr.h
@@ -10,13 +10,9 @@
#ifndef CRESMGR_H
#define CRESMGR_H
-//Qt includes
-#include <QString>
#include <QKeySequence>
+#include <QString>
-/** Provides static functions to easily access the Tooltip texts for all the frontend parts.
- * @author The BibleTime team
- */
namespace CResMgr {
void init_tr();
@@ -165,6 +161,11 @@ extern const QString icon;
extern const QKeySequence accel;
extern const char* actionName;
}
+namespace close {
+extern const QString icon;
+extern const QKeySequence accel;
+extern const char* actionName;
+}
namespace closeAll {
extern const QString icon;
extern const QKeySequence accel;