diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:43 -0600 |
commit | 28166400a4ac95793e5adb51721722e8656ebe4a (patch) | |
tree | 335bf692046a5d4cc10b2dc3f8beaa350c9607cb /noatun-plugins/nexscope/nex.h | |
parent | 2e53a31f139e370203f5a947a44d8daa8addcbe9 (diff) | |
download | tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.tar.gz tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'noatun-plugins/nexscope/nex.h')
-rw-r--r-- | noatun-plugins/nexscope/nex.h | 8 |
1 files changed, 4 insertions, 4 deletions
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(); |