From 6390d8ea58021f67257527cf98af5074656e0838 Mon Sep 17 00:00:00 2001 From: Johannes Troscher Date: Sun, 27 Nov 2011 12:18:33 +0100 Subject: Unifies macro style REVIEW: 103242 REVIEWED-BY: adjam --- src/webtab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webtab.cpp') diff --git a/src/webtab.cpp b/src/webtab.cpp index 61c9077f..b4694064 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -195,7 +195,7 @@ void WebTab::showRSSInfo(const QPoint &pos) QMap map; - foreach(const QWebElement & el, col) + Q_FOREACH(const QWebElement & el, col) { QString urlString; if (el.attribute("href").startsWith(QL1S("http"))) -- cgit v1.2.1