summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp2
1 files changed, 1 insertions, 1 deletions
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<KUrl, QString> map;
- foreach(const QWebElement & el, col)
+ Q_FOREACH(const QWebElement & el, col)
{
QString urlString;
if (el.attribute("href").startsWith(QL1S("http")))