diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 11:37:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 11:37:11 +0100 |
commit | 8dda858403d283f1850c0298aac0fb5212a27952 (patch) | |
tree | b21daf30ccba171cb4924d1d93871ac7c75e15c0 /src/adblock/adblockrule.h | |
parent | Fixing scripts and tests to start reloading them.. (diff) | |
download | rekonq-8dda858403d283f1850c0298aac0fb5212a27952.tar.xz |
tests support for every Qt derived rekonq class
Diffstat (limited to 'src/adblock/adblockrule.h')
-rw-r--r-- | src/adblock/adblockrule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adblock/adblockrule.h b/src/adblock/adblockrule.h index 1cb97dc4..8f79d16e 100644 --- a/src/adblock/adblockrule.h +++ b/src/adblock/adblockrule.h @@ -54,6 +54,7 @@ #ifndef ADBLOCKRULE_H #define ADBLOCKRULE_H + // Qt Includes #include <QRegExp> #include <QString> |