diff options
Diffstat (limited to 'k9author/k9menu.cpp')
-rw-r--r-- | k9author/k9menu.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/k9author/k9menu.cpp b/k9author/k9menu.cpp index 26a399c..29f2b02 100644 --- a/k9author/k9menu.cpp +++ b/k9author/k9menu.cpp @@ -141,9 +141,9 @@ void k9Menu::convertJpegToMpeg(const TQString &_imageJpg,const TQString &_imageM process->start(); process->sync(); if (!process->normalExit()) { - qDebug("error converting jpeg to mpeg"); + tqDebug("error converting jpeg to mpeg"); } - qDebug(process->debug().latin1()); + tqDebug(process->debug().latin1()); } void k9Menu::createAudio(const TQString & _audioFile) { @@ -158,7 +158,7 @@ void k9Menu::createAudio(const TQString & _audioFile) { process->start(); process->sync(); if (!process->normalExit()) { - qDebug("error creating audio stream"); + tqDebug("error creating audio stream"); } } void k9Menu::multiplex(const TQString &_audio, const TQString &_video, const TQString _result) { @@ -169,7 +169,7 @@ void k9Menu::multiplex(const TQString &_audio, const TQString &_video, const TQS process->start(); process->sync(); if (!process->normalExit()) { - qDebug("error multiplexing audio and video"); + tqDebug("error multiplexing audio and video"); } } @@ -227,7 +227,7 @@ void k9Menu::spumux(const TQString &_hiFileName,const TQString &_mpgFileName) { process->start(); process->sync(); if (!process->normalExit()) { - qDebug("error multiplexing audio and video"); + tqDebug("error multiplexing audio and video"); } file.remove(); |