diff options
Diffstat (limited to 'src/gui/kdeext/KLedButton.h')
| -rw-r--r-- | src/gui/kdeext/KLedButton.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kdeext/KLedButton.h b/src/gui/kdeext/KLedButton.h index 3bd8c5c..197f96b 100644 --- a/src/gui/kdeext/KLedButton.h +++ b/src/gui/kdeext/KLedButton.h @@ -51,9 +51,9 @@ class KLedButton : public KLed  {     Q_OBJECT    TQ_OBJECT    public:  -   KLedButton(const TQColor &col=TQt::green, TQWidget *tqparent=0, const char *name=0); +   KLedButton(const TQColor &col=TQt::green, TQWidget *parent=0, const char *name=0);     KLedButton(const TQColor& col, KLed::State st, KLed::Look look, KLed::Shape tqshape, -              TQWidget *tqparent=0, const char *name=0); +              TQWidget *parent=0, const char *name=0);     ~KLedButton();           signals:  | 
