diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:35:48 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-23 15:43:45 +0200 |
| commit | feae001a0240fdca57cc68779f59f88e6af49335 (patch) | |
| tree | e8c1ef6b2ca3f23c77647b98373ed1750eac267b /src/k3blsofwrapperdialog.cpp | |
| parent | be2dabe8503655c1f6b8049955c499e4f47a51d7 (diff) | |
| download | k3b-feae001a0240fdca57cc68779f59f88e6af49335.tar.gz k3b-feae001a0240fdca57cc68779f59f88e6af49335.zip | |
Remove additional unneeded tq method conversions
(cherry picked from commit 5183781c5dddd8447b308c24b2d7f9257bd0bcad)
Diffstat (limited to 'src/k3blsofwrapperdialog.cpp')
| -rw-r--r-- | src/k3blsofwrapperdialog.cpp | 6 |
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; } } |
