diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:19:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:19:26 +0900 |
commit | c57b4dfc677121eadeff03f1f3fa330882b5b747 (patch) | |
tree | 5e34da75593d5cb3e7074242eb1972435e443639 /src/gui/editors/matrix/MatrixView.h | |
parent | 439c716aab9200d6a24a2f2bdfda5e5812dcd3bc (diff) | |
download | rosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.tar.gz rosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gui/editors/matrix/MatrixView.h')
-rw-r--r-- | src/gui/editors/matrix/MatrixView.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/matrix/MatrixView.h b/src/gui/editors/matrix/MatrixView.h index cba9ced..9709c50 100644 --- a/src/gui/editors/matrix/MatrixView.h +++ b/src/gui/editors/matrix/MatrixView.h @@ -78,7 +78,7 @@ class LevelInfo; */ class MatrixView : public EditView { - Q_OBJECT + TQ_OBJECT friend class MatrixSelector; @@ -666,12 +666,12 @@ protected: }; // Commented this out - was a MatrixView inner class, but we get a warning -// that Q_OBJECT can't be used in an inner class - gl +// that TQ_OBJECT can't be used in an inner class - gl // // class NoteSender : public TQObject // { -// Q_OBJECT +// TQ_OBJECT // // public: |