diff options
Diffstat (limited to 'arts/gui/kde/kpoti.h')
-rw-r--r-- | arts/gui/kde/kpoti.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/gui/kde/kpoti.h b/arts/gui/kde/kpoti.h index 80e32add..d9013c8a 100644 --- a/arts/gui/kde/kpoti.h +++ b/arts/gui/kde/kpoti.h @@ -34,9 +34,9 @@ class KPoti : public TQFrame, public TQRangeControl TQ_OBJECT public: - KPoti( TQWidget *tqparent=0, const char *name=0 ); + KPoti( TQWidget *parent=0, const char *name=0 ); KPoti( int minValue, int maxValue, int step, int value, - TQWidget *tqparent=0, const char *name=0 ); + TQWidget *parent=0, const char *name=0 ); ~KPoti(); |