From 650b58e8e66f8e3e1cf78ee3e0037f4c9e00699a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:55:47 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit ef5831dd5c8811c94c9b1bc1377a90174d17c82c. --- src/k3bdebuggingoutputfile.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/k3bdebuggingoutputfile.cpp') diff --git a/src/k3bdebuggingoutputfile.cpp b/src/k3bdebuggingoutputfile.cpp index 3e29ef0..f1ce1dc 100644 --- a/src/k3bdebuggingoutputfile.cpp +++ b/src/k3bdebuggingoutputfile.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include K3bDebuggingOutputFile::K3bDebuggingOutputFile() @@ -50,12 +50,12 @@ bool K3bDebuggingOutputFile::open() K3bDevice::Device* dev = *it; addOutput( "Devices", TQString( "%1 (%2, %3) [%5] [%6] [%7]" ) - .arg( dev->vendor() + " " + dev->description() + " " + dev->version() ) - .arg( dev->blockDeviceName() ) - .arg( dev->genericDevice() ) - .arg( K3bDevice::deviceTypeString( dev->type() ) ) - .arg( K3bDevice::mediaTypeString( dev->supportedProfiles() ) ) - .arg( K3bDevice::writingModeString( dev->writingModes() ) ) ); + .tqarg( dev->vendor() + " " + dev->description() + " " + dev->version() ) + .tqarg( dev->blockDeviceName() ) + .tqarg( dev->genericDevice() ) + .tqarg( K3bDevice::deviceTypeString( dev->type() ) ) + .tqarg( K3bDevice::mediaTypeString( dev->supportedProfiles() ) ) + .tqarg( K3bDevice::writingModeString( dev->writingModes() ) ) ); } return true; -- cgit v1.2.3