summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-23 01:22:31 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-23 01:22:31 +0200
commit2e66b40db71b99220754c126a8e4e3606c3505f2 (patch)
tree4e1ef645560eb196628f3adadcf1fea7c2aa7267 /src/webview.h
parentAccess Manager Porting. Compiles && links (diff)
downloadrekonq-2e66b40db71b99220754c126a8e4e3606c3505f2.tar.xz
Fixing new AccessManager. Removed webpage createPlugin slot
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h6
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 &paramNames,
- const QStringList &paramValues);
private slots:
void handleUnsupportedContent(QNetworkReply *reply);