diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:18:35 -0600 |
commit | 99e47821ed59208c5490022ddb2d6f8ab2bc8b0d (patch) | |
tree | 6e8bdb4737921bbf360e04f833f9cbb5db999567 /k9author/k9menu.cpp | |
parent | abb61585f84129bd4ae481a10d81437a8246fea0 (diff) | |
download | k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip |
Rename additional global TQt functions
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(); |