diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:33:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 20:50:29 +0900 |
| commit | 779f24c66a7e60b3394b3b2563e160802ac38906 (patch) | |
| tree | 9828b696c3d80cac778e253b4b138913cd838621 /plugins/recording/encoder_mp3.cpp | |
| parent | 68fa0b1ca5a272e06f72ea917c8abd2e2ee0f751 (diff) | |
| download | tderadio-779f24c6.tar.gz tderadio-779f24c6.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e470a86df30e2a0c0d3ea8c4f67112795071617a)
Diffstat (limited to 'plugins/recording/encoder_mp3.cpp')
| -rw-r--r-- | plugins/recording/encoder_mp3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/recording/encoder_mp3.cpp b/plugins/recording/encoder_mp3.cpp index 456850f..eb42e9f 100644 --- a/plugins/recording/encoder_mp3.cpp +++ b/plugins/recording/encoder_mp3.cpp @@ -126,7 +126,7 @@ bool RecordingEncodingMP3::openOutput(const TQString &output) if (!m_error) { id3tag_init(m_LAMEFlags); id3tag_add_v2(m_LAMEFlags); - TQString title = m_RadioStation->name() + TQString().sprintf(" - %s", (TQDateTime::currentDateTime().toString(Qt::ISODate)).ascii()); + TQString title = m_RadioStation->name() + TQString().sprintf(" - %s", (TQDateTime::currentDateTime().toString(TQt::ISODate)).ascii()); TQString comment = i18n("Recorded by TDERadio"); size_t l = title.length() + comment.length() + 10; m_ID3Tags = new char[l]; |
