diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-23 01:42:26 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-23 01:42:26 +0200 |
commit | ca917ecc5a7b3fc69fcb5682466c421d56627aec (patch) | |
tree | eb014ca7175788a4eac587f4e59f28b4ea0c90fa /src/mainview.cpp | |
parent | splitted web classes (diff) | |
download | rekonq-ca917ecc5a7b3fc69fcb5682466c421d56627aec.tar.xz |
Initial kdewebkit porting. STEP 1 DONE
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 8f35fdd8..8f3bf197 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -658,7 +658,7 @@ void MainView::loadUrl(const KUrl &url) if (webView) { -// webView->load(loadingUrl,0L,0L); FIXME NOW!! + webView->load(loadingUrl); webView->setFocus(); } } |