diff options
Diffstat (limited to 'src/gui/editors/notation/NoteInserter.h')
-rw-r--r-- | src/gui/editors/notation/NoteInserter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NoteInserter.h b/src/gui/editors/notation/NoteInserter.h index 81f035d..6280acb 100644 --- a/src/gui/editors/notation/NoteInserter.h +++ b/src/gui/editors/notation/NoteInserter.h @@ -52,7 +52,7 @@ class Event; class NoteInserter : public NotationTool { Q_OBJECT - TQ_OBJECT + friend class NotationToolBox; |