diff options
Diffstat (limited to 'noatun/modules/kjofol-skin/kjsliders.h')
-rw-r--r-- | noatun/modules/kjofol-skin/kjsliders.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/modules/kjofol-skin/kjsliders.h b/noatun/modules/kjofol-skin/kjsliders.h index 131261c7..bd3c3324 100644 --- a/noatun/modules/kjofol-skin/kjsliders.h +++ b/noatun/modules/kjofol-skin/kjsliders.h @@ -12,7 +12,7 @@ class KJVolumeText; class KJVolumeBMP : public KJWidget { public: - KJVolumeBMP(const TQStringList &, KJLoader *tqparent); + KJVolumeBMP(const TQStringList &, KJLoader *parent); virtual void paint(TQPainter *, const TQRect &rect); virtual bool mousePress(const TQPoint &pos); @@ -36,7 +36,7 @@ private: class KJVolumeBar : public KJWidget { public: - KJVolumeBar(const TQStringList &, KJLoader *tqparent); + KJVolumeBar(const TQStringList &, KJLoader *parent); virtual void paint(TQPainter *, const TQRect &rect); virtual bool mousePress(const TQPoint &pos); @@ -59,7 +59,7 @@ private: class KJPitchBMP : public KJWidget { public: - KJPitchBMP(const TQStringList &, KJLoader *tqparent); + KJPitchBMP(const TQStringList &, KJLoader *parent); virtual void paint(TQPainter *, const TQRect &rect); virtual bool mousePress(const TQPoint &pos); |