From 2e66b40db71b99220754c126a8e4e3606c3505f2 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 23 May 2009 01:22:31 +0200 Subject: Fixing new AccessManager. Removed webpage createPlugin slot --- src/webview.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/webview.h') diff --git a/src/webview.h b/src/webview.h index 6cddf77f..eff5f98b 100644 --- a/src/webview.h +++ b/src/webview.h @@ -56,7 +56,7 @@ signals: public: WebPage(QObject *parent = 0); - ~WebPage(); + protected: bool acceptNavigationRequest(QWebFrame *frame, @@ -64,10 +64,6 @@ protected: NavigationType type); KWebPage *createWindow(QWebPage::WebWindowType type); - QObject *createPlugin(const QString &classId, - const QUrl &url, - const QStringList ¶mNames, - const QStringList ¶mValues); private slots: void handleUnsupportedContent(QNetworkReply *reply); -- cgit v1.2.1