summaryrefslogtreecommitdiff
path: root/src/rekonq_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rekonq_defines.h')
-rw-r--r--src/rekonq_defines.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/rekonq_defines.h b/src/rekonq_defines.h
index d844bd48..fd0d1e25 100644
--- a/src/rekonq_defines.h
+++ b/src/rekonq_defines.h
@@ -58,32 +58,32 @@
namespace Rekonq
{
- /**
- * @short notifying message status
- * Different message status
- */
-
- enum Notify
- {
- Success, ///< url successfully (down)loaded
- Error, ///< url failed to (down)load
- Download, ///< downloading url
- Info, ///< information
- Url ///< url string shown (default)
- };
-
- /**
- * @short Open link options
- * Different modes of opening new tab
- */
- enum OpenType
- {
- CurrentTab, ///< open url in current tab
- NewTab, ///< open url according to users settings
- NewFocusedTab, ///< open url in new tab and focus it
- NewBackTab, ///< open url in new tab in background
- NewWindow ///< open url in new window
- };
+/**
+* @short notifying message status
+* Different message status
+*/
+
+enum Notify
+{
+ Success, ///< url successfully (down)loaded
+ Error, ///< url failed to (down)load
+ Download, ///< downloading url
+ Info, ///< information
+ Url ///< url string shown (default)
+};
+
+/**
+* @short Open link options
+* Different modes of opening new tab
+*/
+enum OpenType
+{
+ CurrentTab, ///< open url in current tab
+ NewTab, ///< open url according to users settings
+ NewFocusedTab, ///< open url in new tab and focus it
+ NewBackTab, ///< open url in new tab in background
+ NewWindow ///< open url in new window
+};
}