diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-20 23:58:42 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-20 23:58:42 +0100 |
commit | b8111f70248bedc191e73ce15219687c7afe2e99 (patch) | |
tree | cf830f6f4973c1b559a983e4c1e3fbf5c3a3330f /src/webview.h | |
parent | native ftp handling & file one ported to kde functions. (diff) | |
parent | first kget integration (diff) | |
download | rekonq-b8111f70248bedc191e73ce15219687c7afe2e99.tar.xz |
Merge commit 'refs/merge-requests/75' of git://gitorious.org/rekonq/mainline into m75
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webview.h b/src/webview.h index 60c8c9fc..56b273fc 100644 --- a/src/webview.h +++ b/src/webview.h @@ -28,14 +28,12 @@ #ifndef WEBVIEW_H #define WEBVIEW_H - // KDE Includes #include <KWebView> // Forward Declarations class WebPage; - class WebView : public KWebView { Q_OBJECT @@ -61,6 +59,8 @@ private slots: void openLinkInNewWindow(); void openLinkInNewTab(); void viewImage(Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers); + void downloadLinkWithKGet(); + void downloadAllContentsWithKGet(); private: WebPage *const m_page; |