summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/sourceview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/sourceview.h')
-rw-r--r--kcachegrind/kcachegrind/sourceview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcachegrind/kcachegrind/sourceview.h b/kcachegrind/kcachegrind/sourceview.h
index 2e2c0386..b72fc7ad 100644
--- a/kcachegrind/kcachegrind/sourceview.h
+++ b/kcachegrind/kcachegrind/sourceview.h
@@ -37,7 +37,7 @@ class SourceView : public TQListView, public TraceItemView
public:
SourceView(TraceItemView* parentView,
- TQWidget* tqparent = 0, const char* name = 0);
+ TQWidget* parent = 0, const char* name = 0);
TQWidget* widget() { return this; }
TQString whatsThis() const;