summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed/rss/tools_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rssfeed/rss/tools_p.h')
-rw-r--r--plugins/rssfeed/rss/tools_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rssfeed/rss/tools_p.h b/plugins/rssfeed/rss/tools_p.h
index 1f77171..45e8bdc 100644
--- a/plugins/rssfeed/rss/tools_p.h
+++ b/plugins/rssfeed/rss/tools_p.h
@@ -26,7 +26,7 @@ namespace RSS
unsigned int count;
};
- TQString extractNode(const TQDomNode &tqparent, const TQString &elemName, bool isInlined=true);
+ TQString extractNode(const TQDomNode &parent, const TQString &elemName, bool isInlined=true);
time_t parseISO8601Date(const TQString &s);
}