summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed/rssfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rssfeed/rssfilter.cpp')
-rw-r--r--plugins/rssfeed/rssfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rssfeed/rssfilter.cpp b/plugins/rssfeed/rssfilter.cpp
index 8210bcc..51ac2ff 100644
--- a/plugins/rssfeed/rssfilter.cpp
+++ b/plugins/rssfeed/rssfilter.cpp
@@ -53,7 +53,7 @@ namespace kt
return m_link==other.link() && m_season==other.season() && m_episode==other.episode();
}
- RssFilter::RssFilter(TQObject * tqparent) : TQObject(tqparent)
+ RssFilter::RssFilter(TQObject * parent) : TQObject(parent)
{
m_title = "New";
m_active = false;