From 06d7bc99ae16724d9b23bf0a589a6583dfdb0b46 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 12 Nov 2009 02:50:14 +0100 Subject: Fixes and improvements in rekonq web classes --- src/webpage.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/webpage.h') diff --git a/src/webpage.h b/src/webpage.h index 725788ee..fed877ae 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -50,13 +50,14 @@ class WebPage : public KWebPage public: explicit WebPage(QObject *parent = 0, qlonglong windowId = 0); ~WebPage(); - + + virtual bool authorizedRequest(const QUrl &url) const; + public slots: void manageNetworkErrors(QNetworkReply* reply); protected: WebPage *createWindow(WebWindowType type); - virtual WebPage *newWindow(WebWindowType type); virtual bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, -- cgit v1.2.1