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/widgets/PitchChooser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/PitchChooser.h') diff --git a/src/gui/widgets/PitchChooser.h b/src/gui/widgets/PitchChooser.h index bc8e742..74368df 100644 --- a/src/gui/widgets/PitchChooser.h +++ b/src/gui/widgets/PitchChooser.h @@ -44,7 +44,7 @@ class PitchDragLabel; class PitchChooser : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: PitchChooser(TQString title, TQWidget *parent, -- cgit v1.2.1