summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/MatrixView.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:01:45 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:01:45 -0600
commitc97367ce4f0e465de236acd5e8e59cef08ada0ce (patch)
tree52d33a19bf5ee6018572cd95ef0a32f4246df15c /src/gui/editors/matrix/MatrixView.h
parent6c5563b774ff6d926703282d34031a32d75d0c2f (diff)
downloadrosegarden-c97367ce4f0e465de236acd5e8e59cef08ada0ce.tar.gz
rosegarden-c97367ce4f0e465de236acd5e8e59cef08ada0ce.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/gui/editors/matrix/MatrixView.h')
-rw-r--r--src/gui/editors/matrix/MatrixView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/matrix/MatrixView.h b/src/gui/editors/matrix/MatrixView.h
index 45c43fb..bc72563 100644
--- a/src/gui/editors/matrix/MatrixView.h
+++ b/src/gui/editors/matrix/MatrixView.h
@@ -82,7 +82,7 @@ class LevelInfo;
class MatrixView : public EditView
{
Q_OBJECT
- TQ_OBJECT
+
friend class MatrixSelector;
@@ -675,7 +675,7 @@ protected:
// class NoteSender : public TQObject
// {
// Q_OBJECT
-// TQ_OBJECT
+//
// public:
// NoteSender(int i, int p) : m_insid(i), m_pitch(p) { }