diff options
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 { |