diff options
author | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-14 10:28:37 +0000 |
---|---|---|
committer | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-14 10:28:37 +0000 |
commit | ad61438a123423ce83aeecf42607244c4c1ca1a3 (patch) | |
tree | 88084ae3d4ab5e7d12d689c92a9adf9f151cec4b /src/webview.h | |
parent | strings fix (diff) | |
parent | updated TODO (diff) | |
download | rekonq-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.h | 4 |
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; |