summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-22 15:42:00 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-22 15:42:00 +0200
commitd361249be9ec31d575713739f032394383052705 (patch)
treea2adff3e2972cecdb26f01a0243c3fc08f004c40 /src/mainview.cpp
parentCMakeLists.. (diff)
downloadrekonq-d361249be9ec31d575713739f032394383052705.tar.xz
Compiles && link with webkitKDE modulo the load method
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 8f3bf197..8f35fdd8 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -658,7 +658,7 @@ void MainView::loadUrl(const KUrl &url)
if (webView)
{
- webView->load(loadingUrl);
+// webView->load(loadingUrl,0L,0L); FIXME NOW!!
webView->setFocus();
}
}