diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:19:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:19:26 +0900 |
commit | c57b4dfc677121eadeff03f1f3fa330882b5b747 (patch) | |
tree | 5e34da75593d5cb3e7074242eb1972435e443639 /src/gui/editors/notation/NoteInserter.h | |
parent | 439c716aab9200d6a24a2f2bdfda5e5812dcd3bc (diff) | |
download | rosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.tar.gz rosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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 0b2a172..ab77654 100644 --- a/src/gui/editors/notation/NoteInserter.h +++ b/src/gui/editors/notation/NoteInserter.h @@ -48,7 +48,7 @@ class Event; */ class NoteInserter : public NotationTool { - Q_OBJECT + TQ_OBJECT friend class NotationToolBox; |