From 67ed4f88998e30b90cfcb93cd8e6bd7e4d0ae7bd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 6 Jul 2012 22:46:16 +0200 Subject: Fix adblock hide behavior NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050 --- kwebapp/urlresolver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kwebapp/urlresolver.h') 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 &); } -- cgit v1.2.1