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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/ktorrent/ktorrentviewitem.cpp b/apps/ktorrent/ktorrentviewitem.cpp
index 6709088..1156b88 100644
--- a/apps/ktorrent/ktorrentviewitem.cpp
+++ b/apps/ktorrent/ktorrentviewitem.cpp
@@ -116,10 +116,10 @@ static double Percentage(const TorrentStats & s)
-KTorrentViewItem::KTorrentViewItem(KTorrentView* tqparent,TorrentInterface* tc)
- : KListViewItem(tqparent->listView()),tc(tc)
+KTorrentViewItem::KTorrentViewItem(KTorrentView* parent,TorrentInterface* tc)
+ : KListViewItem(parent->listView()),tc(tc)
{
- m_parent = tqparent;
+ m_parent = parent;
update();
}