--- a/src/gui/dialogs/qmessagebox.h Wed Jun 23 19:07:03 2010 +0300
+++ b/src/gui/dialogs/qmessagebox.h Tue Jul 06 15:10:48 2010 +0300
@@ -354,7 +354,7 @@
QString s = QApplication::tr("Executable '%1' requires Qt "\
"%2, found Qt %3.").arg(qAppName()).arg(QString::fromLatin1(\
str)).arg(QString::fromLatin1(qVersion())); QMessageBox::critical(0, QApplication::tr(\
-"Incompatible Qt Library Error"), s, QMessageBox::Abort, 0); qFatal(s.toLatin1().data()); }}
+"Incompatible Qt Library Error"), s, QMessageBox::Abort, 0); qFatal("%s", s.toLatin1().data()); }}
#endif // QT_NO_MESSAGEBOX