diff options
Diffstat (limited to 'src/gui/editors/segment/TrackEditor.h')
-rw-r--r-- | src/gui/editors/segment/TrackEditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/segment/TrackEditor.h b/src/gui/editors/segment/TrackEditor.h index 86e3b77..88dab1d 100644 --- a/src/gui/editors/segment/TrackEditor.h +++ b/src/gui/editors/segment/TrackEditor.h @@ -78,7 +78,7 @@ public: RulerScale *rulerScale, bool showTrackLabels, double initialUnitsPerPixel = 0, - TQWidget* tqparent = 0, const char* name = 0, + TQWidget* parent = 0, const char* name = 0, WFlags f=0); ~TrackEditor(); |