summaryrefslogtreecommitdiffstats
path: root/src/optionssimple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/optionssimple.cpp')
-rwxr-xr-xsrc/optionssimple.cpp2
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;