summaryrefslogtreecommitdiff
path: root/kwebapp/urlresolver.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-06 22:46:16 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-07-06 22:46:16 +0200
commit67ed4f88998e30b90cfcb93cd8e6bd7e4d0ae7bd (patch)
tree2cf2c3b2034265ee4111cce99c03466c6314c745 /kwebapp/urlresolver.h
parentFixed a line that was calling QString::startsWith() without args. Fixed build. (diff)
downloadrekonq-67ed4f88998e30b90cfcb93cd8e6bd7e4d0ae7bd.tar.xz
Fix adblock hide behavior
NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050
Diffstat (limited to 'kwebapp/urlresolver.h')
-rw-r--r--kwebapp/urlresolver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwebapp/urlresolver.h b/kwebapp/urlresolver.h
index 1c5ad354..47105f01 100644
--- a/kwebapp/urlresolver.h
+++ b/kwebapp/urlresolver.h
@@ -37,9 +37,9 @@
namespace UrlResolver
{
- KUrl urlFromTextTyped(const QString &);
+KUrl urlFromTextTyped(const QString &);
- bool isKDEUrl(const QString &);
+bool isKDEUrl(const QString &);
}