diff options
Diffstat (limited to 'src/gui/widgets/Fader.h')
-rw-r--r-- | src/gui/widgets/Fader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/Fader.h b/src/gui/widgets/Fader.h index dad638b..7abb3fc 100644 --- a/src/gui/widgets/Fader.h +++ b/src/gui/widgets/Fader.h @@ -57,21 +57,21 @@ public: * based on the given dimensions. */ Fader(AudioLevel::FaderType, - int width, int height, TQWidget *tqparent); + int width, int height, TQWidget *parent); /** * Construct a fader on an integral scale. The fader calculates * its orientation based on the given dimensions. */ Fader(int min, int max, int deflt, - int width, int height, TQWidget *tqparent); + int width, int height, TQWidget *parent); /** * Construct a fader on an integral scale, with a 1:1 ratio of * pixel positions and values. */ Fader(int min, int max, int deflt, - bool vertical, TQWidget *tqparent); + bool vertical, TQWidget *parent); virtual ~Fader(); |