From c97367ce4f0e465de236acd5e8e59cef08ada0ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:45 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/gui/editors/matrix/MatrixView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/editors/matrix/MatrixView.h') 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) { } -- cgit v1.2.1