diff options
Diffstat (limited to 'src/gui/editors/notation/NotationVLayout.h')
-rw-r--r-- | src/gui/editors/notation/NotationVLayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NotationVLayout.h b/src/gui/editors/notation/NotationVLayout.h index afddb0b..b69c06c 100644 --- a/src/gui/editors/notation/NotationVLayout.h +++ b/src/gui/editors/notation/NotationVLayout.h @@ -63,7 +63,7 @@ class NotationVLayout : public ProgressReporter, public: NotationVLayout(Composition *c, NotePixmapFactory *npf, const NotationProperties &properties, - TQObject* tqparent, const char* name = 0); + TQObject* parent, const char* name = 0); virtual ~NotationVLayout(); |