diff options
Diffstat (limited to 'src/gui/widgets/VUMeter.h')
-rw-r--r-- | src/gui/widgets/VUMeter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/VUMeter.h b/src/gui/widgets/VUMeter.h index 610d87c..53c90b3 100644 --- a/src/gui/widgets/VUMeter.h +++ b/src/gui/widgets/VUMeter.h @@ -83,7 +83,7 @@ protected: // Constructor is protected - we can only create an object // from a sub-class of this type from a sub-class. // - VUMeter(TQWidget *tqparent = 0, + VUMeter(TQWidget *parent = 0, VUMeterType type = Plain, bool stereo = false, bool hasRecord = false, |