diff options
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 55cb888..87bee87 100644 --- a/noatun-plugins/nexscope/nex.h +++ b/noatun-plugins/nexscope/nex.h @@ -74,7 +74,7 @@ private: class Spacer : public TQWidget { -Q_OBJECT +TQ_OBJECT public: Spacer(TQWidget *parent) : TQWidget(parent) @@ -223,7 +223,7 @@ private: class NexCheckBox : public TQCheckBox { -Q_OBJECT +TQ_OBJECT public: NexCheckBox(TQWidget *parent, const TQString &, bool *v); @@ -238,7 +238,7 @@ private: class NexColorButton : public KColorButton { -Q_OBJECT +TQ_OBJECT public: NexColorButton(TQWidget *parent, Pixel *color); @@ -271,7 +271,7 @@ class RendererList; class RendererListConfigurator : public TQWidget { -Q_OBJECT +TQ_OBJECT public: RendererListConfigurator(RendererList *l, TQWidget *parent); |