diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-23 01:22:31 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-23 01:22:31 +0200 |
commit | 2e66b40db71b99220754c126a8e4e3606c3505f2 (patch) | |
tree | 4e1ef645560eb196628f3adadcf1fea7c2aa7267 /src/webview.h | |
parent | Access Manager Porting. Compiles && links (diff) | |
download | rekonq-2e66b40db71b99220754c126a8e4e3606c3505f2.tar.xz |
Fixing new AccessManager. Removed webpage createPlugin slot
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 6 |
1 files changed, 1 insertions, 5 deletions
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); |