diff options
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; |