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/k3blsofwrapperdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/k3blsofwrapperdialog.cpp') diff --git a/src/k3blsofwrapperdialog.cpp b/src/k3blsofwrapperdialog.cpp index 6ffc6f5..d7d1cb4 100644 --- a/src/k3blsofwrapperdialog.cpp +++ b/src/k3blsofwrapperdialog.cpp @@ -79,9 +79,9 @@ bool K3bLsofWrapperDialog::slotCheckDevice() "

Hint: Sometimes shutting down an application does not " "happen instantly. In that case you might have to use the '%3' " "button.") - .arg( m_device->vendor() + " - " + m_device->description() ) - .arg( joinProcessNames(apps) ) - .arg( actionButton( User2 )->text() ) ); + .tqarg( m_device->vendor() + " - " + m_device->description() ) + .tqarg( joinProcessNames(apps) ) + .tqarg( actionButton( User2 )->text() ) ); return true; } } -- cgit v1.2.1