diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-19 11:03:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-19 11:03:41 +0100 |
commit | 1b8e167825c82ef89324848d0eafe1c6c29d30b5 (patch) | |
tree | b160e73f02feea30e8e84a30958837bd4e484c13 /src/protocolhandler.h | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
parent | abp (Ad Block Plus) fake protocol support (diff) | |
download | rekonq-1b8e167825c82ef89324848d0eafe1c6c29d30b5.tar.xz |
Merge branch 'ADPschemeHandling' into master-next
Diffstat (limited to 'src/protocolhandler.h')
-rw-r--r-- | src/protocolhandler.h | 3 |
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; |