summaryrefslogtreecommitdiffstats
path: root/librss/article.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'librss/article.cpp')
-rw-r--r--librss/article.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/librss/article.cpp b/librss/article.cpp
index 8c6e8f91..8c3fa313 100644
--- a/librss/article.cpp
+++ b/librss/article.cpp
@@ -112,9 +112,9 @@ const TQDateTime &Article::pubDate() const
return d->pubDate;
}
-KURLLabel *Article::widget(TQWidget *tqparent, const char *name) const
+KURLLabel *Article::widget(TQWidget *parent, const char *name) const
{
- KURLLabel *label = new KURLLabel(d->link.url(), d->title, tqparent, name);
+ KURLLabel *label = new KURLLabel(d->link.url(), d->title, parent, name);
label->setUseTips(true);
if (!d->description.isNull())
label->setTipText(d->description);