diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-25 23:55:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-25 23:55:14 +0200 |
commit | 2399843ceb70b45b2c1a47b680e11ba1e623ef45 (patch) | |
tree | a89b1e859a110041e0bda829f3fcf0406075bcd3 /src/webview.h | |
parent | Fixing strings: pano suggestions (diff) | |
download | rekonq-2399843ceb70b45b2c1a47b680e11ba1e623ef45.tar.xz |
Another importing step.
Need to fix cookies' classes and then (I think) we are near the goal..
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/webview.h b/src/webview.h index ab4d0a68..64994f83 100644 --- a/src/webview.h +++ b/src/webview.h @@ -93,7 +93,7 @@ public: WebView(QWidget *parent = 0); WebPage *webPage() const { return m_page; } - KActionCollection* actionCollection() const { return m_webActionCollection; } + KActionCollection* webActions(); void loadUrl(const KUrl &url); KUrl url() const; @@ -126,8 +126,7 @@ private slots: void openLinkInNewTab(); private: - KActionCollection *m_webActionCollection; - void fillWebActions(); + static KActionCollection* s_webActionCollection; WebPage *m_page; |