From 27edf28be2772229a7974a007313ea30d92c3ffd Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmix/ksmallslider.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmix/ksmallslider.h') 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; -- cgit v1.2.1