diff options
Diffstat (limited to 'src/gui/editors/notation/TextInserter.h')
-rw-r--r-- | src/gui/editors/notation/TextInserter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/TextInserter.h b/src/gui/editors/notation/TextInserter.h index b00c4ae..f4d6a4a 100644 --- a/src/gui/editors/notation/TextInserter.h +++ b/src/gui/editors/notation/TextInserter.h @@ -48,7 +48,7 @@ class NotationView; class TextInserter : public NotationTool { Q_OBJECT - TQ_OBJECT + friend class NotationToolBox; |