diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-25 02:14:36 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-25 02:14:36 +0100 |
commit | 85a0f0d8f7cf37ba74182e0f9f94e69fe8c9bf61 (patch) | |
tree | 20a4546e0fd5e98612d7f1ac6ce3c34a4e7d2f13 /src/CMakeLists.txt | |
parent | Last history fixes (diff) | |
download | rekonq-85a0f0d8f7cf37ba74182e0f9f94e69fe8c9bf61.tar.xz |
Moving (back?) to konqueror adblock support.
This will be useful (if someone is interested) in pushing our patches
directly on khtml filter engine.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 96fddbff..7f7c85dd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,7 +38,7 @@ SET( rekonq_KDEINIT_SRCS bookmarkspanel/bookmarksproxy.cpp #---------------------------------------- adblock/adblockmanager.cpp - adblock/adblockrule.cpp + adblock/khtml_filter.cpp ) |