diff -r ef0373b55136 -r 758a864f9613 tools/activeqt/testcon/changeproperties.cpp --- a/tools/activeqt/testcon/changeproperties.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/tools/activeqt/testcon/changeproperties.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -111,10 +111,10 @@ value = qVariantFromValue(col); } else { QMessageBox::warning(this, tr("Can't parse input"), - QString(tr("Failed to create a color from %1\n" + tr("Failed to create a color from %1\n" "The string has to be a valid color name (e.g. 'red')\n" "or a RGB triple of format '#rrggbb'." - ).arg(editValue->text()))); + ).arg(editValue->text())); } } break; @@ -125,10 +125,10 @@ value = qVariantFromValue(fnt); } else { QMessageBox::warning(this, tr("Can't parse input"), - (tr("Failed to create a font from %1\n" + tr("Failed to create a font from %1\n" "The string has to have a format family, or\n" "family,pointsize,stylehint,weight,italic,underline,strikeout,fixedpitch,rawmode." - ).arg(editValue->text()))); + ).arg(editValue->text())); } } break;