summaryrefslogtreecommitdiff
path: root/src/adblock/adblockruletextmatchimpl.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-24 19:12:03 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-24 19:12:03 +0100
commit8fc14dfda2574598cbb2853b973d24c4c8dee1d1 (patch)
tree162b6fe9d8d69f0f6dd8de1585d74c359a798574 /src/adblock/adblockruletextmatchimpl.h
parentAdBlock: adding a Null Rule to match all the unimplemented filters. (diff)
downloadrekonq-8fc14dfda2574598cbb2853b973d24c4c8dee1d1.tar.xz
Finally found time to update copyrights... ;)
Diffstat (limited to 'src/adblock/adblockruletextmatchimpl.h')
-rw-r--r--src/adblock/adblockruletextmatchimpl.h4
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
{