diff options
Diffstat (limited to 'kcachegrind/kcachegrind/stackselection.h')
-rw-r--r-- | kcachegrind/kcachegrind/stackselection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcachegrind/kcachegrind/stackselection.h b/kcachegrind/kcachegrind/stackselection.h index 6b71c2b8..2bb3a750 100644 --- a/kcachegrind/kcachegrind/stackselection.h +++ b/kcachegrind/kcachegrind/stackselection.h @@ -39,7 +39,7 @@ class StackSelection : public StackSelectionBase TQ_OBJECT public: - StackSelection( TQWidget* tqparent = 0, const char* name = 0); + StackSelection( TQWidget* parent = 0, const char* name = 0); ~StackSelection(); TraceData* data() const { return _data; } |