From bb426283a6b45a18f99a8be445438e8f4deeea55 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 5 Aug 2011 17:12:16 +0000 Subject: [PATCH] Fix missing Q_OBJECT macros git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1245170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gui/editors/matrix/MatrixView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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