From 3da0c9594ec7967c35cc9851c9403f8303ec542b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:42 -0600 Subject: Remove spurious TQ_OBJECT instances --- quanta/components/csseditor/specialsb.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'quanta/components/csseditor/specialsb.h') diff --git a/quanta/components/csseditor/specialsb.h b/quanta/components/csseditor/specialsb.h index 1536c5fe..ef74213f 100644 --- a/quanta/components/csseditor/specialsb.h +++ b/quanta/components/csseditor/specialsb.h @@ -29,7 +29,7 @@ class KLineEdit; class specialSB : public miniEditor { Q_OBJECT - TQ_OBJECT + protected: TQComboBox *m_cb; mySpinBox *m_sb; @@ -55,28 +55,28 @@ class specialSB : public miniEditor { class angleEditor : public specialSB { Q_OBJECT - TQ_OBJECT + public: angleEditor(TQWidget *parent=0, const char *name=0); }; class frequencyEditor : public specialSB { Q_OBJECT - TQ_OBJECT + public: frequencyEditor(TQWidget *parent=0, const char *name=0); }; class timeEditor : public specialSB { Q_OBJECT - TQ_OBJECT + public: timeEditor(TQWidget *parent=0, const char *name=0); }; class lengthEditor : public specialSB { Q_OBJECT - TQ_OBJECT + public: lengthEditor(TQWidget *parent=0, const char *name=0); }; -- cgit v1.2.1