summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/callmapview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/callmapview.cpp')
-rw-r--r--kcachegrind/kcachegrind/callmapview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcachegrind/kcachegrind/callmapview.cpp b/kcachegrind/kcachegrind/callmapview.cpp
index 53727a2d..605e572e 100644
--- a/kcachegrind/kcachegrind/callmapview.cpp
+++ b/kcachegrind/kcachegrind/callmapview.cpp
@@ -50,9 +50,9 @@
#define DEFAULT_MAXAREA 100
-CallMapView::CallMapView(bool showCallers, TraceItemView* tqparentView,
+CallMapView::CallMapView(bool showCallers, TraceItemView* parentView,
TQWidget* tqparent, const char* name)
- : TreeMapWidget(new CallMapBaseItem(), tqparent, name), TraceItemView(tqparentView)
+ : TreeMapWidget(new CallMapBaseItem(), tqparent, name), TraceItemView(parentView)
{
_showCallers = showCallers;