diff options
Diffstat (limited to 'noatun-plugins/nexscope')
-rw-r--r-- | noatun-plugins/nexscope/gui.h | 4 | ||||
-rw-r--r-- | noatun-plugins/nexscope/nex.h | 8 | ||||
-rw-r--r-- | noatun-plugins/nexscope/noatunplugin.h | 2 | ||||
-rw-r--r-- | noatun-plugins/nexscope/regionwidget.h | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/noatun-plugins/nexscope/gui.h b/noatun-plugins/nexscope/gui.h index 834d7df..baf0330 100644 --- a/noatun-plugins/nexscope/gui.h +++ b/noatun-plugins/nexscope/gui.h @@ -13,7 +13,7 @@ class Renderer; class Control : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: Control(); @@ -43,7 +43,7 @@ private: class RendererListView : public KListView { Q_OBJECT - TQ_OBJECT + public: RendererListView(TQWidget *p); 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(); diff --git a/noatun-plugins/nexscope/noatunplugin.h b/noatun-plugins/nexscope/noatunplugin.h index 47098c5..ad3e6e1 100644 --- a/noatun-plugins/nexscope/noatunplugin.h +++ b/noatun-plugins/nexscope/noatunplugin.h @@ -7,7 +7,7 @@ class NexPlugin : public TQObject, public Plugin { Q_OBJECT - TQ_OBJECT + public: NexPlugin(); diff --git a/noatun-plugins/nexscope/regionwidget.h b/noatun-plugins/nexscope/regionwidget.h index e02bf85..5f2aaa1 100644 --- a/noatun-plugins/nexscope/regionwidget.h +++ b/noatun-plugins/nexscope/regionwidget.h @@ -12,7 +12,7 @@ class RegionWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: RegionWidget(TQWidget *parent); RegionWidget(const TQSize &viewsize, TQWidget *parent); |