summaryrefslogtreecommitdiff
path: root/src/rekonq_defines.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-03-16 16:54:26 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-03-25 09:28:44 +0200
commit2fcbe68fbc19614a053428bdc37d7c6a3c84e8c8 (patch)
treedee0c99417e1267aaec995e51040b301a0a5b645 /src/rekonq_defines.h
parentCheck if user has a default search engine set and eventually (diff)
downloadrekonq-2fcbe68fbc19614a053428bdc37d7c6a3c84e8c8.tar.xz
Add loadUrl API to mainwindow
- Get rid of unused NewBackTab enum - move loading url code to MainWindow class - Remove ThreadWeaver API. (And take it easy...) - Changed logic: calculate url BEFORE creating a tab... REVIEW:104326
Diffstat (limited to 'src/rekonq_defines.h')
-rw-r--r--src/rekonq_defines.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rekonq_defines.h b/src/rekonq_defines.h
index 439ee8cc..0a60e658 100644
--- a/src/rekonq_defines.h
+++ b/src/rekonq_defines.h
@@ -87,7 +87,6 @@ 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
};