summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/recording/encoder_mp3.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 03:43:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 03:43:07 +0000
commit70b9eea2ba01c3691497f49e4c45cb070c16193c (patch)
tree9a6df61aa247a27275aad9c5245e419e89c2c640 /kradio3/plugins/recording/encoder_mp3.h
parent998c1384ace4ae4655997c181fa33242148cd0a4 (diff)
downloadtderadio-70b9eea2ba01c3691497f49e4c45cb070c16193c.tar.gz
tderadio-70b9eea2ba01c3691497f49e4c45cb070c16193c.zip
TQt4 port kradio
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kradio@1238952 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kradio3/plugins/recording/encoder_mp3.h')
-rw-r--r--kradio3/plugins/recording/encoder_mp3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/recording/encoder_mp3.h b/kradio3/plugins/recording/encoder_mp3.h
index 2a41832..2b72714 100644
--- a/kradio3/plugins/recording/encoder_mp3.h
+++ b/kradio3/plugins/recording/encoder_mp3.h
@@ -31,10 +31,10 @@
class RecordingEncodingMP3 : public RecordingEncoding
{
public:
- RecordingEncodingMP3(QObject *parent, SoundStreamID id, const RecordingConfig &cfg, const RadioStation *rs, const QString &filename);
+ RecordingEncodingMP3(TQObject *tqparent, SoundStreamID id, const RecordingConfig &cfg, const RadioStation *rs, const TQString &filename);
virtual ~RecordingEncodingMP3();
- bool openOutput(const QString &outputFile);
+ bool openOutput(const TQString &outputFile);
void closeOutput();
protected: