summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-12 02:50:14 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-13 02:51:46 +0100
commit06d7bc99ae16724d9b23bf0a589a6583dfdb0b46 (patch)
tree58bcdebbe167d128594ef3934a0df55d9959f117 /src/webpage.h
parentcleaning home :) (diff)
downloadrekonq-06d7bc99ae16724d9b23bf0a589a6583dfdb0b46.tar.xz
Fixes and improvements in rekonq web classes
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h5
1 files changed, 3 insertions, 2 deletions
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,