diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-05 17:12:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-05 17:12:16 +0000 |
commit | bb426283a6b45a18f99a8be445438e8f4deeea55 (patch) | |
tree | 2d709e561c59f5a1d88c4ec3c1d60000c87d743c /src | |
parent | 78a9df6f02bd97c34861278a3c80f2dfdccf20f3 (diff) | |
download | rosegarden-bb426283a6b45a18f99a8be445438e8f4deeea55.tar.gz rosegarden-bb426283a6b45a18f99a8be445438e8f4deeea55.zip |
Fix missing Q_OBJECT macros
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1245170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/editors/matrix/MatrixView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/matrix/MatrixView.h b/src/gui/editors/matrix/MatrixView.h index fcd1963..afe07d7 100644 --- a/src/gui/editors/matrix/MatrixView.h +++ b/src/gui/editors/matrix/MatrixView.h @@ -669,7 +669,7 @@ protected: }; // Commented this out - was a MatrixView inner class, but we get a warning -// that TQ_OBJECT can't be used in an inner class - gl +// that Q_OBJECT can't be used in an inner class - gl // // class NoteSender : public TQObject |