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.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/rekonq_defines.h b/src/rekonq_defines.h
index c25d22d2..55a8befc 100644
--- a/src/rekonq_defines.h
+++ b/src/rekonq_defines.h
@@ -67,29 +67,29 @@
namespace Rekonq
{
- /**
- * @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
- NewBackGroundTab, ///< open url in new background tab
- NewWindow ///< open url in new window
- };
-
- /**
- * @short data to be synced
- * Different data we can sync
- */
- enum SyncData
- {
- Bookmarks,
- History,
- Passwords
- };
+/**
+* @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
+ NewBackGroundTab, ///< open url in new background tab
+ NewWindow ///< open url in new window
+};
+
+/**
+* @short data to be synced
+* Different data we can sync
+*/
+enum SyncData
+{
+ Bookmarks,
+ History,
+ Passwords
+};
}