summaryrefslogtreecommitdiffstats
path: root/kmix/ksmallslider.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/ksmallslider.h')
-rw-r--r--kmix/ksmallslider.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmix/ksmallslider.h b/kmix/ksmallslider.h
index 23a84695..7b672720 100644
--- a/kmix/ksmallslider.h
+++ b/kmix/ksmallslider.h
@@ -35,10 +35,10 @@ class KSmallSlider : public TQWidget, public TQRangeControl
TQ_OBJECT
public:
- KSmallSlider( TQWidget *tqparent, const char *name=0 );
- KSmallSlider( Qt::Orientation, TQWidget *tqparent, const char *name=0 );
+ KSmallSlider( TQWidget *parent, const char *name=0 );
+ KSmallSlider( Qt::Orientation, TQWidget *parent, const char *name=0 );
KSmallSlider( int minValue, int maxValue, int pageStep, int value,
- Qt::Orientation, TQWidget *tqparent, const char *name=0 );
+ Qt::Orientation, TQWidget *parent, const char *name=0 );
//virtual void setTracking( bool enable );
//bool tracking() const;