summaryrefslogtreecommitdiffstats
path: root/k9author/k9newdvd.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:18:35 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:18:35 -0600
commit99e47821ed59208c5490022ddb2d6f8ab2bc8b0d (patch)
tree6e8bdb4737921bbf360e04f833f9cbb5db999567 /k9author/k9newdvd.cpp
parentabb61585f84129bd4ae481a10d81437a8246fea0 (diff)
downloadk9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz
k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip
Rename additional global TQt functions
Diffstat (limited to 'k9author/k9newdvd.cpp')
-rw-r--r--k9author/k9newdvd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9newdvd.cpp b/k9author/k9newdvd.cpp
index 48431da..a2c02e7 100644
--- a/k9author/k9newdvd.cpp
+++ b/k9author/k9newdvd.cpp
@@ -257,7 +257,7 @@ void k9NewDVD::createMencoderCmd(TQString &_cmd,TQString &_chapters, k9AviFile *
*process << "-mpegopts" << "format=dvd" << "-vf" << "scale="+scale+",harddup" << "-srate" << "48000" << "-af" << "lavcresample=48000";
*process << "-lavcopts" << TQString("vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=%1:keyint=15:acodec=%3:abitrate=%2:aspect=16/9").arg(m_videoBitrate).arg(m_config->getPrefAudioBitrate()).arg(m_config->getPrefAudioFormat().lower());
*process << "-ofps" << fps << "-o" << fileName << "-ss" << t1 << "-endpos" << t2 << _aviFile->getFileName();
- qDebug(process->debug());
+ tqDebug(process->debug());
/*
if (!m_progress->execute()) {
m_cancel=true;