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 /k9devices/k9haldevice.cpp | |
parent | abb61585f84129bd4ae481a10d81437a8246fea0 (diff) | |
download | k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip |
Rename additional global TQt functions
Diffstat (limited to 'k9devices/k9haldevice.cpp')
-rw-r--r-- | k9devices/k9haldevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9devices/k9haldevice.cpp b/k9devices/k9haldevice.cpp index a5f8dbd..9ddff76 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)); - // qDebug(TQString("canReadDvd:%1 canBurnDvd:%2 model:%3").arg(m_canReadDvd).arg(m_canBurnDvd).arg(m_model)); + // tqDebug(TQString("canReadDvd:%1 canBurnDvd:%2 model:%3").arg(m_canReadDvd).arg(m_canBurnDvd).arg(m_model)); libhal_drive_free(drive); |