diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 02:41:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 02:41:19 +0200 |
commit | b655bfc489dc6d59f6ab751470bb354e96571b01 (patch) | |
tree | 710bb0ebefc3cc1509a2ea31370ea323419283d6 /src/webview.cpp | |
parent | Some comments updated (diff) | |
download | rekonq-b655bfc489dc6d59f6ab751470bb354e96571b01.tar.xz |
Fixing a bit enum OpenType names..
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index a8a45077..a562b1ab 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -327,5 +327,5 @@ void WebView::slotSearch() KAction *a = qobject_cast<KAction*>(sender()); QString search = a->data().toString() + selectedText(); KUrl urlSearch = KUrl::fromEncoded(search.toUtf8()); - Application::instance()->loadUrl(urlSearch, Rekonq::NewTab); + Application::instance()->loadUrl(urlSearch, Rekonq::NewCurrentTab); } |