diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-12 10:59:30 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-03-13 10:24:41 +0100 |
commit | 3edb02d6d4f61e16c569bfe934777519bd86c5b8 (patch) | |
tree | 38c2cda1c7472611a28401877fe6f02ef84df08f /src/protocolhandler.h | |
parent | Get sure urlbar(s) are deleted when related webtab is (diff) | |
download | rekonq-3edb02d6d4f61e16c569bfe934777519bd86c5b8.tar.xz |
Remove ability to manage abp schemes and add subscriptions on click
Diffstat (limited to 'src/protocolhandler.h')
-rw-r--r-- | src/protocolhandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocolhandler.h b/src/protocolhandler.h index 80f37dfc..bdc45534 100644 --- a/src/protocolhandler.h +++ b/src/protocolhandler.h @@ -74,7 +74,6 @@ private Q_SLOTS: private: QString dirHandling(const KFileItemList &list); - void abpHandling(); KDirLister *_lister; QWebFrame *_frame; |