summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-05 17:12:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-05 17:12:16 +0000
commitbb426283a6b45a18f99a8be445438e8f4deeea55 (patch)
tree2d709e561c59f5a1d88c4ec3c1d60000c87d743c
parent78a9df6f02bd97c34861278a3c80f2dfdccf20f3 (diff)
downloadrosegarden-bb426283.tar.gz
rosegarden-bb426283.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
-rw-r--r--src/gui/editors/matrix/MatrixView.h2
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