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/webview.h | |
parent | splitted web classes (diff) | |
download | rekonq-ca917ecc5a7b3fc69fcb5682466c421d56627aec.tar.xz |
Initial kdewebkit porting. STEP 1 DONE
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 3 |
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(); |