From 7cd00f6764a775934394ac9ee92b2393e5928f50 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 17 Jul 2009 00:46:05 +0200 Subject: Definitely fixing rekonq API. First step. newTab function in MainView --- src/application.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index 46d013e3..24ee7d28 100644 --- a/src/application.h +++ b/src/application.h @@ -48,17 +48,6 @@ class WebView; namespace Rekonq { - /** - * @short Open link options - * Different modes of opening new tab - */ - enum OpenType - { - Default, ///< open url according to users settings - New, ///< open url in new tab and make it current - Background ///< open url in new tab in background - }; - /** * @short notifying message status * Different message status @@ -88,7 +77,7 @@ public: static Application *instance(); MainWindow *mainWindow(); - WebView *newWebView(Rekonq::OpenType type = Rekonq::Default); + WebView *newWebView(); static KIcon icon(const KUrl &url); -- cgit v1.2.1