summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/coverageview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/coverageview.cpp')
-rw-r--r--kcachegrind/kcachegrind/coverageview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcachegrind/kcachegrind/coverageview.cpp b/kcachegrind/kcachegrind/coverageview.cpp
index ba6ce77f..6243d8af 100644
--- a/kcachegrind/kcachegrind/coverageview.cpp
+++ b/kcachegrind/kcachegrind/coverageview.cpp
@@ -37,8 +37,8 @@
CoverageView::CoverageView(bool showCallers, TraceItemView* parentView,
- TQWidget* tqparent, const char* name)
- : TQListView(tqparent, name), TraceItemView(parentView)
+ TQWidget* parent, const char* name)
+ : TQListView(parent, name), TraceItemView(parentView)
{
_showCallers = showCallers;