summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/partgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/partgraph.h')
-rw-r--r--kcachegrind/kcachegrind/partgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcachegrind/kcachegrind/partgraph.h b/kcachegrind/kcachegrind/partgraph.h
index 1477382e..f8ad4ccd 100644
--- a/kcachegrind/kcachegrind/partgraph.h
+++ b/kcachegrind/kcachegrind/partgraph.h
@@ -35,7 +35,7 @@ public:
// Visualisation inside of trace parts
enum VisualisationMode { NoVisualisation, Partitioning, Inclusive };
- PartAreaWidget(TQWidget* tqparent=0, const char* name=0);
+ PartAreaWidget(TQWidget* parent=0, const char* name=0);
void setData(TraceData* d);
void setCostType(TraceCostType* ct);