summaryrefslogtreecommitdiff
path: root/src/webview.h
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.h
parentsplitted web classes (diff)
downloadrekonq-ca917ecc5a7b3fc69fcb5682466c421d56627aec.tar.xz
Initial kdewebkit porting. STEP 1 DONE
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h
index cef46a80..d2dc2bad 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -64,6 +64,9 @@ public:
QString lastStatusBarText() const { return m_statusBarText; }
int progress() const { return m_progress; }
+public Q_SLOTS:
+ void load(const KUrl &url);
+
signals:
// switching tabs
void ctrlTabPressed();