summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authoradjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-14 10:28:37 +0000
committeradjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-14 10:28:37 +0000
commitad61438a123423ce83aeecf42607244c4c1ca1a3 (patch)
tree88084ae3d4ab5e7d12d689c92a9adf9f151cec4b /src/webview.h
parentstrings fix (diff)
parentupdated TODO (diff)
downloadrekonq-ad61438a123423ce83aeecf42607244c4c1ca1a3.tar.xz
Merge branch 'master' into local-svn
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@967887 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/webview.h b/src/webview.h
index 3742a36d..eba02505 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -92,8 +92,6 @@ class WebView : public QWebView
public:
WebView(QWidget *parent = 0);
- KActionCollection* webActions();
-
// inline
WebPage *webPage() const { return m_page; }
KUrl url() const { return KUrl(QWebView::url()); }
@@ -125,8 +123,6 @@ private slots:
void openLinkInNewTab();
private:
- static KActionCollection* s_webActionCollection;
-
WebPage *m_page;
int m_progress;