summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/nexscope/nex.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/nexscope/nex.h')
-rw-r--r--noatun-plugins/nexscope/nex.h8
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();