summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-12-22 17:19:34 +0100
committermegabigbug <megabigbug@arrakis.(none)>2009-12-22 17:19:34 +0100
commite440ff5b1f1d742b59a20b65d11092403ae9b6b1 (patch)
treed767cf30502cb543ed434621c36f088708135668 /src/webview.h
parentrekonq 0.3.25 (diff)
downloadrekonq-e440ff5b1f1d742b59a20b65d11092403ae9b6b1.tar.xz
add options for kget in the config panel
replace kio for download
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webview.h b/src/webview.h
index 56b273fc..ef520a15 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -59,8 +59,6 @@ private slots:
void openLinkInNewWindow();
void openLinkInNewTab();
void viewImage(Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers);
- void downloadLinkWithKGet();
- void downloadAllContentsWithKGet();
private:
WebPage *const m_page;