diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-12-18 20:15:45 +0100 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-12-18 20:15:45 +0100 |
commit | 9bb0eb375fbca2a6f792c13ed3dd063104d66947 (patch) | |
tree | 197041c954cf705948188f72321ae0e1260b8fc6 /src/webview.h | |
parent | Just some stupid changes. (diff) | |
download | rekonq-9bb0eb375fbca2a6f792c13ed3dd063104d66947.tar.xz |
first kget integration
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; |