summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/costtypeitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/costtypeitem.cpp')
-rw-r--r--kcachegrind/kcachegrind/costtypeitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcachegrind/kcachegrind/costtypeitem.cpp b/kcachegrind/kcachegrind/costtypeitem.cpp
index cf71a3a9..df5bf35a 100644
--- a/kcachegrind/kcachegrind/costtypeitem.cpp
+++ b/kcachegrind/kcachegrind/costtypeitem.cpp
@@ -31,9 +31,9 @@
// CostTypeItem
-CostTypeItem::CostTypeItem(TQListView* tqparent, TraceCostItem* costItem,
+CostTypeItem::CostTypeItem(TQListView* parent, TraceCostItem* costItem,
TraceCostType* ct, TraceCost::CostType gt)
- :TQListViewItem(tqparent)
+ :TQListViewItem(parent)
{
_costItem = costItem;
_costType = ct;