summaryrefslogtreecommitdiff
path: root/src/protocolhandler.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-19 11:03:41 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-19 11:03:41 +0100
commit1b8e167825c82ef89324848d0eafe1c6c29d30b5 (patch)
treeb160e73f02feea30e8e84a30958837bd4e484c13 /src/protocolhandler.h
parentSVN_SILENT made messages (.desktop file) (diff)
parentabp (Ad Block Plus) fake protocol support (diff)
downloadrekonq-1b8e167825c82ef89324848d0eafe1c6c29d30b5.tar.xz
Merge branch 'ADPschemeHandling' into master-next
Diffstat (limited to 'src/protocolhandler.h')
-rw-r--r--src/protocolhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocolhandler.h b/src/protocolhandler.h
index 2a567015..99aec70a 100644
--- a/src/protocolhandler.h
+++ b/src/protocolhandler.h
@@ -74,7 +74,8 @@ private slots:
private:
QString dirHandling(const KFileItemList &list);
-
+ void abpHandling();
+
KDirLister *_lister;
QWebFrame *_frame;
KUrl _url;