From d0be1721b4656109c9e21cc0ecb6f23b343b7c26 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knewsticker/knewstickerconfig.cpp | 8 ++++---- knewsticker/knewstickerconfig.h | 2 +- knewsticker/knewstickerconfigwidget.ui | 14 +++++++------- knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui | 6 +++--- knewsticker/newssourcedlg.ui | 10 +++++----- 5 files changed, 20 insertions(+), 20 deletions(-) (limited to 'knewsticker') diff --git a/knewsticker/knewstickerconfig.cpp b/knewsticker/knewstickerconfig.cpp index 9f868beb..34024edc 100644 --- a/knewsticker/knewstickerconfig.cpp +++ b/knewsticker/knewstickerconfig.cpp @@ -421,10 +421,10 @@ void KNewsTickerConfig::slotModifyNewsSource() void KNewsTickerConfig::slotModifyNewsSource(const NewsSourceBase::Data &nsd) { if (m_modifyItem->data().subject != nsd.subject) { - TQListViewItem *tqparentItem = m_modifyItem->tqparentItem(); - tqparentItem->takeItem(m_modifyItem); - if (tqparentItem->childCount() == 0) - delete tqparentItem; + TQListViewItem *parentItem = m_modifyItem->parentItem(); + parentItem->takeItem(m_modifyItem); + if (parentItem->childCount() == 0) + delete parentItem; CategoryItem *catItem = 0L; diff --git a/knewsticker/knewstickerconfig.h b/knewsticker/knewstickerconfig.h index 79b268d2..0af7255e 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 *tqparentItem() { return TQCheckListItem::tqparent(); } + TQListViewItem *parentItem() { return TQCheckListItem::tqparent(); } private: TQString m_icon; diff --git a/knewsticker/knewstickerconfigwidget.ui b/knewsticker/knewstickerconfigwidget.ui index af476a68..2ad24dd9 100644 --- a/knewsticker/knewstickerconfigwidget.ui +++ b/knewsticker/knewstickerconfigwidget.ui @@ -22,9 +22,9 @@ 0 - + - + @@ -40,9 +40,9 @@ tabScrollerPreferences - + - + @@ -68,9 +68,9 @@ General - + - + @@ -1160,7 +1160,7 @@ Note that the filters are processed from the top to the bottom so that of two fi klistview.h knuminput.h - + knuminput.h knuminput.h diff --git a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui index c5e265f6..1b589f5e 100644 --- a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui +++ b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui @@ -14,9 +14,9 @@ 274 - + - + @@ -206,7 +206,7 @@ kurllabel.h kseparator.h - + kurllabel.h kseparator.h diff --git a/knewsticker/newssourcedlg.ui b/knewsticker/newssourcedlg.ui index 29df9791..f6a7c695 100644 --- a/knewsticker/newssourcedlg.ui +++ b/knewsticker/newssourcedlg.ui @@ -28,9 +28,9 @@ image0 - + - + @@ -49,9 +49,9 @@ News Source Properties - + - + @@ -404,5 +404,5 @@ slotSourceFileChanged() slotSuggestClicked() - + -- cgit v1.2.1