summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-28 18:46:28 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-28 18:46:28 +0100
commit56585bc34834955a55cee8a8c1c70cb031d40fe3 (patch)
tree6b85308ac52dd9bb9cbb17c30e68529d3244a313 /src/webpage.h
parentsrc/CMakeLists.txt fix (diff)
downloadrekonq-56585bc34834955a55cee8a8c1c70cb031d40fe3.tar.xz
removed current bugged adblock implementation.
Sorry about that :(
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webpage.h b/src/webpage.h
index eb558220..bb2c8cff 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -51,8 +51,6 @@ public:
explicit WebPage(QObject *parent = 0, qlonglong windowId = 0);
~WebPage();
- virtual bool authorizedRequest(const QUrl &url) const;
-
public slots:
void manageNetworkErrors(QNetworkReply *reply);