OSDN Git Service

rebrand message in QT_REQUIRE_VERSION() macro
authorIvailo Monev <xakepa10@gmail.com>
Tue, 9 Feb 2021 08:43:33 +0000 (10:43 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Tue, 9 Feb 2021 08:43:33 +0000 (10:43 +0200)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/gui/dialogs/qmessagebox.h

index fdcf043..c929ca5 100644 (file)
@@ -214,10 +214,10 @@ s.section(QChar::fromLatin1('.'),2,2).toInt()) { \
 if (!qApp){ \
     new QApplication(argc,argv); \
 } \
-QString s = QApplication::tr("Executable '%1' requires Qt "\
- "%2, found Qt %3.").arg(QApplication::applicationName()).arg(QString::fromLatin1(\
+QString s = QApplication::tr("Executable '%1' requires Katie "\
+ "%2, found Katie %3.").arg(QApplication::applicationName()).arg(QString::fromLatin1(\
 str)).arg(QString::fromLatin1(qVersion())); QMessageBox::critical(0, QApplication::tr(\
-"Incompatible Qt Library Error"), s, QMessageBox::Abort, 0); qFatal("%s", s.toLatin1().data()); }}
+"Incompatible Katie Library Error"), s, QMessageBox::Abort, 0); qFatal("%s", s.toLatin1().data()); }}
 
 #endif // QT_NO_MESSAGEBOX