From a0b27fd9c8cec145c8c16d0ab5f99d030ced7fb8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 27 Jan 2013 01:47:55 +0100 Subject: Fix tab when showing a kpart. Let also see title where needed --- src/webtab/protocolhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webtab/protocolhandler.cpp') diff --git a/src/webtab/protocolhandler.cpp b/src/webtab/protocolhandler.cpp index 69583284..4f2e765e 100644 --- a/src/webtab/protocolhandler.cpp +++ b/src/webtab/protocolhandler.cpp @@ -283,7 +283,7 @@ void ProtocolHandler::showResults(const KFileItemList &list) if (ww) { ww->urlBar()->setQUrl(_url); - ww->view()->setFocus(); + ww->tabView()->setFocus(); } if (_frame->page()->settings()->testAttribute(QWebSettings::PrivateBrowsingEnabled)) -- cgit v1.2.1