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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun-plugins/nexscope/nex.h b/noatun-plugins/nexscope/nex.h
index 8340b67..3a447f1 100644
--- a/noatun-plugins/nexscope/nex.h
+++ b/noatun-plugins/nexscope/nex.h
@@ -77,7 +77,7 @@ class Spacer : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- Spacer(TQWidget *tqparent) : TQWidget(tqparent)
+ Spacer(TQWidget *parent) : TQWidget(parent)
{
tqsetSizePolicy(TQSizePolicy(TQSizePolicy::MinimumExpanding,
TQSizePolicy::MinimumExpanding));
@@ -226,7 +226,7 @@ class NexCheckBox : public TQCheckBox
Q_OBJECT
TQ_OBJECT
public:
- NexCheckBox(TQWidget *tqparent, const TQString &, bool *v);
+ NexCheckBox(TQWidget *parent, const TQString &, bool *v);
private slots:
void change(bool b);
@@ -241,7 +241,7 @@ class NexColorButton : public KColorButton
Q_OBJECT
TQ_OBJECT
public:
- NexColorButton(TQWidget *tqparent, Pixel *color);
+ NexColorButton(TQWidget *parent, Pixel *color);
private slots:
void change(const TQColor &c);
@@ -274,7 +274,7 @@ class RendererListConfigurator : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- RendererListConfigurator(RendererList *l, TQWidget *tqparent);
+ RendererListConfigurator(RendererList *l, TQWidget *parent);
~RendererListConfigurator();
public slots:
@@ -303,7 +303,7 @@ public:
bool clearAfter() const { return mClearAfter; }
void setClearAfter(bool b) { mClearAfter=b; }
- virtual TQWidget *configure(TQWidget *tqparent);
+ virtual TQWidget *configure(TQWidget *parent);
virtual void save(TQDomElement &e);