summaryrefslogtreecommitdiffstats
path: root/src/k3blsofwrapperdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3blsofwrapperdialog.cpp')
-rw-r--r--src/k3blsofwrapperdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/k3blsofwrapperdialog.cpp b/src/k3blsofwrapperdialog.cpp
index d7d1cb4..6ffc6f5 100644
--- a/src/k3blsofwrapperdialog.cpp
+++ b/src/k3blsofwrapperdialog.cpp
@@ -79,9 +79,9 @@ bool K3bLsofWrapperDialog::slotCheckDevice()
"<p><em>Hint: Sometimes shutting down an application does not "
"happen instantly. In that case you might have to use the '%3' "
"button.")
- .tqarg( m_device->vendor() + " - " + m_device->description() )
- .tqarg( joinProcessNames(apps) )
- .tqarg( actionButton( User2 )->text() ) );
+ .arg( m_device->vendor() + " - " + m_device->description() )
+ .arg( joinProcessNames(apps) )
+ .arg( actionButton( User2 )->text() ) );
return true;
}
}