summaryrefslogtreecommitdiffstats
path: root/k9devices/k9haldevice.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 /k9devices/k9haldevice.cpp
parentabb61585f84129bd4ae481a10d81437a8246fea0 (diff)
downloadk9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz
k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip
Rename additional global TQt functions
Diffstat (limited to 'k9devices/k9haldevice.cpp')
-rw-r--r--k9devices/k9haldevice.cpp2
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);