summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/recording/encoder_ogg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/plugins/recording/encoder_ogg.h')
-rw-r--r--kradio3/plugins/recording/encoder_ogg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/recording/encoder_ogg.h b/kradio3/plugins/recording/encoder_ogg.h
index 55cf8e6..44fc1a7 100644
--- a/kradio3/plugins/recording/encoder_ogg.h
+++ b/kradio3/plugins/recording/encoder_ogg.h
@@ -31,10 +31,10 @@
class RecordingEncodingOgg : public RecordingEncoding
{
public:
- RecordingEncodingOgg(QObject *parent, SoundStreamID id, const RecordingConfig &cfg, const RadioStation *rs, const QString &filename);
+ RecordingEncodingOgg(TQObject *tqparent, SoundStreamID id, const RecordingConfig &cfg, const RadioStation *rs, const TQString &filename);
virtual ~RecordingEncodingOgg();
- bool openOutput(const QString &outputFile);
+ bool openOutput(const TQString &outputFile);
void closeOutput();
protected: