From 28166400a4ac95793e5adb51721722e8656ebe4a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- noatun-plugins/nexscope/nex.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'noatun-plugins/nexscope/nex.h') diff --git a/noatun-plugins/nexscope/nex.h b/noatun-plugins/nexscope/nex.h index 3d16762..a97ae7f 100644 --- a/noatun-plugins/nexscope/nex.h +++ b/noatun-plugins/nexscope/nex.h @@ -75,7 +75,7 @@ private: class Spacer : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Spacer(TQWidget *parent) : TQWidget(parent) { @@ -224,7 +224,7 @@ private: class NexCheckBox : public TQCheckBox { Q_OBJECT - TQ_OBJECT + public: NexCheckBox(TQWidget *parent, const TQString &, bool *v); @@ -239,7 +239,7 @@ private: class NexColorButton : public KColorButton { Q_OBJECT - TQ_OBJECT + public: NexColorButton(TQWidget *parent, Pixel *color); @@ -272,7 +272,7 @@ class RendererList; class RendererListConfigurator : public TQWidget { Q_OBJECT - TQ_OBJECT + public: RendererListConfigurator(RendererList *l, TQWidget *parent); ~RendererListConfigurator(); -- cgit v1.2.1