summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
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);