diff options
Diffstat (limited to 'knewsticker/knewstickerconfig.h')
-rw-r--r-- | knewsticker/knewstickerconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knewsticker/knewstickerconfig.h b/knewsticker/knewstickerconfig.h index 0af7255e..d0435187 100644 --- a/knewsticker/knewstickerconfig.h +++ b/knewsticker/knewstickerconfig.h @@ -44,7 +44,7 @@ class NewsSourceItem : public TQCheckListItem void setData(const NewsSourceBase::Data &); void setIcon(const TQPixmap &); - TQListViewItem *parentItem() { return TQCheckListItem::tqparent(); } + TQListViewItem *parentItem() { return TQCheckListItem::parent(); } private: TQString m_icon; |