summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/recording/encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/plugins/recording/encoder.h')
-rw-r--r--kradio3/plugins/recording/encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/recording/encoder.h b/kradio3/plugins/recording/encoder.h
index c127316..b0c442d 100644
--- a/kradio3/plugins/recording/encoder.h
+++ b/kradio3/plugins/recording/encoder.h
@@ -53,7 +53,7 @@ protected:
class RecordingEncoding : public TQThread
{
public:
- RecordingEncoding(TQObject *tqparent, SoundStreamID id, const RecordingConfig &cfg, const RadioStation *rs, const TQString &filename);
+ RecordingEncoding(TQObject *parent, SoundStreamID id, const RecordingConfig &cfg, const RadioStation *rs, const TQString &filename);
virtual ~RecordingEncoding();
void run();