From 48bc2c054a94a0e0aab86219fe045effddbea04f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 14 May 2009 11:50:50 +0200 Subject: Removed static ActionCollection and creating them on loading. This because there are too much crashes on rekonq depending on lazy action associations. --- src/webview.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/webview.h') 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; -- cgit v1.2.1