diff options
Diffstat (limited to 'src/gui/widgets/TimeWidget.h')
-rw-r--r-- | src/gui/widgets/TimeWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/TimeWidget.h b/src/gui/widgets/TimeWidget.h index 4ede052..6daa6a0 100644 --- a/src/gui/widgets/TimeWidget.h +++ b/src/gui/widgets/TimeWidget.h @@ -55,7 +55,7 @@ public: * Constructor for absolute time widget */ TimeWidget(TQString title, - TQWidget *tqparent, + TQWidget *parent, Composition *composition, // for bar/beat/msec timeT initialTime, bool editable = true, @@ -67,7 +67,7 @@ public: * correct real-time (based on tempo at startTime) etc. */ TimeWidget(TQString title, - TQWidget *tqparent, + TQWidget *parent, Composition *composition, // for bar/beat/msec timeT startTime, timeT initialDuration, |