diff options
Diffstat (limited to 'src/gui/widgets/TextFloat.h')
-rw-r--r-- | src/gui/widgets/TextFloat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/TextFloat.h b/src/gui/widgets/TextFloat.h index d68cd4d..5fa5448 100644 --- a/src/gui/widgets/TextFloat.h +++ b/src/gui/widgets/TextFloat.h @@ -41,12 +41,12 @@ namespace Rosegarden class TextFloat : public TQWidget { public: - TextFloat(TQWidget *tqparent); + TextFloat(TQWidget *parent); virtual ~TextFloat() {;} void setText(const TQString &text); - // Retqparent the float correctly by context + // Reparent the float correctly by context // void reparent(TQWidget *newParent); |