summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-12 15:35:05 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-13 02:51:47 +0100
commitc50290e8fdbce0e7736a717cf44c8ab8b062fe77 (patch)
tree0365730b3ef251b9e8efad62d442e985770b84e6 /src/webview.h
parentConnecting new KWebView signals to some proper slots (diff)
downloadrekonq-c50290e8fdbce0e7736a717cf44c8ab8b062fe77.tar.xz
KIO download system
ported to kdewebkit signals and functions
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 e4a0cc59..4fa87978 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -73,6 +73,9 @@ private slots:
void loadInNewTab(const KUrl &url);
+ void downloadRequest(const KUrl &url);
+ void downloadRequest(const QNetworkRequest &request);
+
private:
WebPage *m_page;
int m_progress;