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 /libk9copy/k9mp4enc.cpp | |
parent | abb61585f84129bd4ae481a10d81437a8246fea0 (diff) | |
download | k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip |
Rename additional global TQt functions
Diffstat (limited to 'libk9copy/k9mp4enc.cpp')
-rw-r--r-- | libk9copy/k9mp4enc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk9copy/k9mp4enc.cpp b/libk9copy/k9mp4enc.cpp index fc606af..301747c 100644 --- a/libk9copy/k9mp4enc.cpp +++ b/libk9copy/k9mp4enc.cpp @@ -392,7 +392,7 @@ void k9MP4Enc::execute ( k9DVDTitle *_title ) TQCString str=* ( m_process->args().at ( i ) ); s +=TQString ( str ) +" "; } - qDebug ( s ); + tqDebug ( s ); time->start(); m_timer3.start(); connect ( m_process, TQT_SIGNAL ( receivedStdout ( KProcess *, char *, int ) ),this, TQT_SLOT ( getStdout ( KProcess *, char *, int ) ) ); @@ -546,7 +546,7 @@ void k9MP4Enc::getStderr ( KProcess *proc, char *buffer, int buflen ) m_progress->setImage ( cstderr.mid ( pos+10 ) ); } else - qDebug ( "[%s]",buffer ); + tqDebug ( "[%s]",buffer ); } m_stderr=cstderr; } |