summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-23 01:42:26 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-23 01:42:26 +0200
commitca917ecc5a7b3fc69fcb5682466c421d56627aec (patch)
treeeb014ca7175788a4eac587f4e59f28b4ea0c90fa /src/webview.cpp
parentsplitted web classes (diff)
downloadrekonq-ca917ecc5a7b3fc69fcb5682466c421d56627aec.tar.xz
Initial kdewebkit porting. STEP 1 DONE
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 2f9e794e..a635adb7 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -80,6 +80,12 @@ WebView::WebView(QWidget* parent)
}
+void WebView::load(const KUrl &url)
+{
+ QWebView::load(url);
+}
+
+
void WebView::contextMenuEvent(QContextMenuEvent *event)
{
QWebHitTestResult result = page()->mainFrame()->hitTestContent(event->pos());