diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:19:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 17:53:28 +0900 |
commit | 3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c (patch) | |
tree | 5e34da75593d5cb3e7074242eb1972435e443639 /src/gui/editors/notation/NotationToolBox.h | |
parent | 95194d38ad6a808673758ab3f60433ea153bb414 (diff) | |
download | rosegarden-3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c.tar.gz rosegarden-3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c57b4dfc677121eadeff03f1f3fa330882b5b747)
Diffstat (limited to 'src/gui/editors/notation/NotationToolBox.h')
-rw-r--r-- | src/gui/editors/notation/NotationToolBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NotationToolBox.h b/src/gui/editors/notation/NotationToolBox.h index f29240a..78d354a 100644 --- a/src/gui/editors/notation/NotationToolBox.h +++ b/src/gui/editors/notation/NotationToolBox.h @@ -43,7 +43,7 @@ class EditTool; */ class NotationToolBox : public EditToolBox { - Q_OBJECT + TQ_OBJECT public: NotationToolBox(NotationView* parent); |