diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-24 19:12:03 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-24 19:12:03 +0100 |
commit | 8fc14dfda2574598cbb2853b973d24c4c8dee1d1 (patch) | |
tree | 162b6fe9d8d69f0f6dd8de1585d74c359a798574 /src/adblock/adblockruletextmatchimpl.h | |
parent | AdBlock: adding a Null Rule to match all the unimplemented filters. (diff) | |
download | rekonq-8fc14dfda2574598cbb2853b973d24c4c8dee1d1.tar.xz |
Finally found time to update copyrights... ;)
Diffstat (limited to 'src/adblock/adblockruletextmatchimpl.h')
-rw-r--r-- | src/adblock/adblockruletextmatchimpl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/adblock/adblockruletextmatchimpl.h b/src/adblock/adblockruletextmatchimpl.h index eefea625..3a89c2ba 100644 --- a/src/adblock/adblockruletextmatchimpl.h +++ b/src/adblock/adblockruletextmatchimpl.h @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2010 by Benjamin Poulain <ikipou at gmail dot com> +* Copyright (C) 2010-2011 by Benjamin Poulain <ikipou at gmail dot com> * * * This program is free software; you can redistribute it and/or @@ -23,6 +23,7 @@ * * ============================================================ */ + #ifndef ADBLOCKRULETEXTMATCHIMPL_H #define ADBLOCKRULETEXTMATCHIMPL_H @@ -31,6 +32,7 @@ // Qt Includes #include <QString> + // Simple rule to find a string in the URL class AdBlockRuleTextMatchImpl : public AdBlockRuleImpl { |