diff options
-rw-r--r-- | k9author/k9menu.cpp | 2 | ||||
-rw-r--r-- | k9author/k9newdvd.cpp | 2 | ||||
-rw-r--r-- | k9devices/k9halconnection.cpp | 2 | ||||
-rw-r--r-- | k9devices/k9haldevice.cpp | 2 | ||||
-rwxr-xr-x | k9vamps/k9vamps.cpp | 2 | ||||
-rw-r--r-- | libk9copy/k9cellcopylist.cpp | 6 | ||||
-rwxr-xr-x | libk9copy/k9dvdauthor.cpp | 4 | ||||
-rw-r--r-- | libk9copy/k9ifo2.cpp | 2 | ||||
-rw-r--r-- | libk9copy/k9mp4enc.cpp | 2 |
9 files changed, 12 insertions, 12 deletions
diff --git a/k9author/k9menu.cpp b/k9author/k9menu.cpp index 29f2b02..ea9c622 100644 --- a/k9author/k9menu.cpp +++ b/k9author/k9menu.cpp @@ -143,7 +143,7 @@ void k9Menu::convertJpegToMpeg(const TQString &_imageJpg,const TQString &_imageM if (!process->normalExit()) { tqDebug("error converting jpeg to mpeg"); } - tqDebug(process->debug().latin1()); + tqDebug("%s", process->debug().latin1()); } void k9Menu::createAudio(const TQString & _audioFile) { diff --git a/k9author/k9newdvd.cpp b/k9author/k9newdvd.cpp index a2c02e7..454099e 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(); - tqDebug(process->debug()); + tqDebug("%s", process->debug().ascii()); /* if (!m_progress->execute()) { m_cancel=true; diff --git a/k9devices/k9halconnection.cpp b/k9devices/k9halconnection.cpp index 76c6882..e55c0b3 100644 --- a/k9devices/k9halconnection.cpp +++ b/k9devices/k9halconnection.cpp @@ -41,7 +41,7 @@ k9HalConnection::k9HalConnection(TQObject *parent, const char *name) dbus_error_init( &error ); m_dbusConnect = dbus_bus_get( DBUS_BUS_SYSTEM, &error ); if( dbus_error_is_set(&error) ) { - tqDebug(TQString("Error connecting to DBUS : %1").arg(error.message)); + tqDebug("%s", (TQString("Error connecting to DBUS : %1").arg(error.message)).ascii()); return; } diff --git a/k9devices/k9haldevice.cpp b/k9devices/k9haldevice.cpp index 9ddff76..0129efe 100644 --- a/k9devices/k9haldevice.cpp +++ b/k9devices/k9haldevice.cpp @@ -95,7 +95,7 @@ void k9HalDevice::getDriveProperties() { m_canReadDvd=(caps & LIBHAL_DRIVE_CDROM_CAPS_DVDROM)==LIBHAL_DRIVE_CDROM_CAPS_DVDROM; m_canBurnDvd=(caps & LIBHAL_DRIVE_CDROM_CAPS_DVDR)==LIBHAL_DRIVE_CDROM_CAPS_DVDR; m_model=TQString(libhal_drive_get_model(drive)); - // tqDebug(TQString("canReadDvd:%1 canBurnDvd:%2 model:%3").arg(m_canReadDvd).arg(m_canBurnDvd).arg(m_model)); + // tqDebug("%s", (TQString("canReadDvd:%1 canBurnDvd:%2 model:%3").arg(m_canReadDvd).arg(m_canBurnDvd).arg(m_model)).ascii()); libhal_drive_free(drive); diff --git a/k9vamps/k9vamps.cpp b/k9vamps/k9vamps.cpp index f910979..d7bd43d 100755 --- a/k9vamps/k9vamps.cpp +++ b/k9vamps/k9vamps.cpp @@ -368,7 +368,7 @@ int k9vamps::check_video_packet (uchar *ptr) { if (ptr [7]) { if ((ptr [7] & 0xc0) != 0xc0) - tqDebug (TQString("First video packet in sequence starting at %1 misses PTS or DTS, flags=%2").arg(rtell (ptr)).arg(ptr [7])); + tqDebug ("%s", (TQString("First video packet in sequence starting at %1 misses PTS or DTS, flags=%2").arg(rtell (ptr)).arg(ptr [7])).ascii()); else { sequence_header_code = (uint32_t) (ptr [6 + 3 + ptr [8] + 0]) << 24; sequence_header_code |= (uint32_t) (ptr [6 + 3 + ptr [8] + 1]) << 16; diff --git a/libk9copy/k9cellcopylist.cpp b/libk9copy/k9cellcopylist.cpp index 31e85a3..fe880ac 100644 --- a/libk9copy/k9cellcopylist.cpp +++ b/libk9copy/k9cellcopylist.cpp @@ -298,7 +298,7 @@ double k9CellCopyList::getMinFactor(bool _withMenus) { double minFactor=(fforced-m_frcinbytes) /(MaxSize- (totalSize +m_outbytes) - m_frcoutbytes) ; tqDebug("%s", (TQString("minfactor(%1)=(fforced(%2) -m_frinbytes(%3))/(MacSize(%4)-totalSize(%5)-m_outbytes(%6) - m_frcoutbytes(%7))").arg(minFactor).arg(fforced).arg(m_frcinbytes).arg(MaxSize).arg(totalSize).arg(m_outbytes).arg(m_frcoutbytes)).ascii()); - + if (minFactor<1) minFactor=1; return minFactor; @@ -347,7 +347,7 @@ double k9CellCopyList::getfactor(bool _withMenus,bool _streams) { if (dvdSize2 <0) { factor=2.5; - //tqDebug(TQString("dvdSize (%1)- _outbytes(%2) - fforcedsh(%3)=%4").arg(dvdSize).arg(m_outbytes).arg(fforcedsh).arg(dvdSize2)); + //tqDebug("%s", (TQString("dvdSize (%1)- _outbytes(%2) - fforcedsh(%3)=%4").arg(dvdSize).arg(m_outbytes).arg(fforcedsh).arg(dvdSize2).ascii())); } else { factor=(totalSize +menuSize - fforced -m_inbytes)/ dvdSize2 ; @@ -361,7 +361,7 @@ double k9CellCopyList::getfactor(bool _withMenus,bool _streams) { uint64_t i=m_inbytes; //if (o==0) // o=1; - //tqDebug(TQString("factor : %1 realise : %2").arg(factor).arg((double)i/(double)o)); + //tqDebug("%s", (TQString("factor : %1 realise : %2").arg(factor).arg((double)i/(double)o).ascii())); if (factor<=1) factor=1; diff --git a/libk9copy/k9dvdauthor.cpp b/libk9copy/k9dvdauthor.cpp index 3676109..256cf53 100755 --- a/libk9copy/k9dvdauthor.cpp +++ b/libk9copy/k9dvdauthor.cpp @@ -505,7 +505,7 @@ void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) { // m_copied+=totalBytes - m_lastPos; m_copied=totalBytes; m_lastPos=totalBytes; - //tqDebug(TQString("copied : %1 totalSize : %2").arg(m_copied).arg(m_totalSize*512)); + //tqDebug("%s", (TQString("copied : %1 totalSize : %2").arg(m_copied).arg(m_totalSize*512).ascii()); m_percent=(float)m_copied / (float)(m_totalSize/DVD_VIDEO_LB_LEN ); @@ -526,7 +526,7 @@ void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) { } /* else { if (!m_stderr.startsWith("libdvdread") && m_stderr.startsWith("libdvdnav")) - tqDebug(m_stderr); + tqDebug("%s", m_stderr.ascii()); } */ int end; diff --git a/libk9copy/k9ifo2.cpp b/libk9copy/k9ifo2.cpp index 57643c4..8c73213 100644 --- a/libk9copy/k9ifo2.cpp +++ b/libk9copy/k9ifo2.cpp @@ -870,7 +870,7 @@ void k9Ifo2::checkBuffer(TQString lib,uchar* _buffer) { if (memcmp(bufCopy,_buffer,bufCopySize)!=0) { TQString c; c="Buffer de sortie altéré: " +lib; - tqDebug(c.latin1()); + tqDebug("%s", c.latin1()); } } diff --git a/libk9copy/k9mp4enc.cpp b/libk9copy/k9mp4enc.cpp index e29f206..0f4aaca 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 ) +" "; } - tqDebug ( s ); + tqDebug ( "%s", s.ascii() ); time->start(); m_timer3.start(); connect ( m_process, TQT_SIGNAL ( receivedStdout ( KProcess *, char *, int ) ),this, TQT_SLOT ( getStdout ( KProcess *, char *, int ) ) ); |