diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:40:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:40:56 -0600 |
commit | 6afce6c4bc7ea82d8644358216a72a585bffaf0a (patch) | |
tree | 4ace829a6b7d358d7d7a7a99b74891d211b8a3d5 /src/optionssimple.cpp | |
parent | 546e1d89596af9c0bd0176fb8812bf0faa00d9de (diff) | |
download | soundkonverter-6afce6c4bc7ea82d8644358216a72a585bffaf0a.tar.gz soundkonverter-6afce6c4bc7ea82d8644358216a72a585bffaf0a.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/optionssimple.cpp')
-rwxr-xr-x | src/optionssimple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionssimple.cpp b/src/optionssimple.cpp index cfc4a55..839da1b 100755 --- a/src/optionssimple.cpp +++ b/src/optionssimple.cpp @@ -202,7 +202,7 @@ void OptionsSimple::profileInfo() void OptionsSimple::profileRemove() { int ret = KMessageBox::questionYesNo( this, - i18n("Do you really want to remove the profile: %1").tqarg(cProfile->currentText()), + i18n("Do you really want to remove the profile: %1").arg(cProfile->currentText()), i18n("Remove profile?") ); if( ret != KMessageBox::Yes ) return; |