diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:09:01 -0600 |
commit | 445633c8ffa0b5219c036b130230fdc6d97e9894 (patch) | |
tree | 1316fddd885f0ee259dcf646bafc5464c588204b /libk9copy/k9dvdauthor.cpp | |
parent | a372f822fe1b3fad682bf6796cb62da4f13a31db (diff) | |
download | k9copy-445633c8ffa0b5219c036b130230fdc6d97e9894.tar.gz k9copy-445633c8ffa0b5219c036b130230fdc6d97e9894.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'libk9copy/k9dvdauthor.cpp')
-rwxr-xr-x | libk9copy/k9dvdauthor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk9copy/k9dvdauthor.cpp b/libk9copy/k9dvdauthor.cpp index b35f063..71a4072 100755 --- a/libk9copy/k9dvdauthor.cpp +++ b/libk9copy/k9dvdauthor.cpp @@ -491,7 +491,7 @@ void k9DVDAuthor::author() { void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) { //TQString m_stderr(proc->readStderr()); - TQString m_stderr=TQString::tqfromLatin1(buffer, buflen); + TQString m_stderr=TQString::fromLatin1(buffer, buflen); float m_percent; TQString m_remain; @@ -558,7 +558,7 @@ void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) { } void k9DVDAuthor::DVDAuthorStdout(KProcess *proc, char *buffer, int buflen) { - TQString c=TQString::tqfromLatin1( buffer,buflen); + TQString c=TQString::fromLatin1( buffer,buflen); //(proc->readStdout()); int pos; pos=c.find("STAT"); |