--- qsampler/trunk/src/qsamplerInstrumentList.h 2010/03/13 12:44:15 2065 +++ qsampler/trunk/src/qsamplerInstrumentList.h 2010/03/13 19:15:24 2066 @@ -35,8 +35,6 @@ class InstrumentListModel : public QAbstractItemModel { - Q_OBJECT - public: // Constructor. @@ -95,12 +93,10 @@ class InstrumentListView : public QTreeView { - Q_OBJECT - public: // Constructor. - InstrumentListView(QWidget *pParent = 0); + InstrumentListView(QWidget *pParent = NULL); // Destructor. ~InstrumentListView();