summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/ktorrentviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/ktorrentviewitem.cpp')
-rw-r--r--apps/ktorrent/ktorrentviewitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/ktorrentviewitem.cpp b/apps/ktorrent/ktorrentviewitem.cpp
index ff21871..81ccc99 100644
--- a/apps/ktorrent/ktorrentviewitem.cpp
+++ b/apps/ktorrent/ktorrentviewitem.cpp
@@ -117,7 +117,7 @@ static double Percentage(const TorrentStats & s)
KTorrentViewItem::KTorrentViewItem(KTorrentView* parent,TorrentInterface* tc)
- : KListViewItem(parent->listView()),tc(tc)
+ : TDEListViewItem(parent->listView()),tc(tc)
{
m_parent = parent;
update();
@@ -350,5 +350,5 @@ void KTorrentViewItem::paintCell(TQPainter* p,const TQColorGroup & cg,
_cg.setColor(TQColorGroup::Text, ratioToColor(kt::ShareRatio(tc->getStats())));
- KListViewItem::paintCell(p,_cg,column,width,align);
+ TDEListViewItem::paintCell(p,_cg,column,width,align);
}