diff --git a/src/tools/designer/qdesigner_actions.cpp b/src/tools/designer/qdesigner_actions.cpp index b532b7965..8b8550b75 100644 --- a/src/tools/designer/qdesigner_actions.cpp +++ b/src/tools/designer/qdesigner_actions.cpp @@ -448,7 +448,7 @@ QActionGroup *QDesignerActions::createHelpActions() connect(aboutPluginsAction, SIGNAL(triggered()), m_core->formWindowManager(), SLOT(aboutPlugins())); helpActions->addAction(aboutPluginsAction); - QAction *aboutDesignerAction = new QAction(tr("About Qt Designer"), this); + QAction *aboutDesignerAction = new QAction(tr("About Katie Designer"), this); aboutDesignerAction->setMenuRole(QAction::AboutRole); aboutDesignerAction->setObjectName(QLatin1String("__qt_about_designer_action")); connect(aboutDesignerAction, SIGNAL(triggered()), this, SLOT(aboutDesigner())); @@ -1019,7 +1019,7 @@ QAction *QDesignerActions::minimizeAction() const void QDesignerActions::aboutDesigner() { VersionDialog mb(core()->topLevel()); - mb.setWindowTitle(tr("About Qt Designer")); + mb.setWindowTitle(tr("About Katie Designer")); if (mb.exec()) { QMessageBox messageBox(QMessageBox::Information, QLatin1String("Easter Egg"), QLatin1String("Easter Egg"), QMessageBox::Ok, core()->topLevel()); diff --git a/src/tools/lconvert/lconvert.1 b/src/tools/lconvert/lconvert.1 index 9fd47286e..a02eb128e 100644 --- a/src/tools/lconvert/lconvert.1 +++ b/src/tools/lconvert/lconvert.1 @@ -67,13 +67,13 @@ .\" ======================================================================== .\" .IX Title "LCONVERT 1" -.TH LCONVERT 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH LCONVERT 1 "2019-07-02" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -lconvert \- part of Qt's Linguist tool chain +lconvert \- part of Katie's Linguist tool chain .SH "SYNOPSIS" .IX Header "SYNOPSIS" lconvert [options] [] ... diff --git a/src/tools/lconvert/lconvert.cpp b/src/tools/lconvert/lconvert.cpp index 536b64f04..c5673b58a 100644 --- a/src/tools/lconvert/lconvert.cpp +++ b/src/tools/lconvert/lconvert.cpp @@ -67,7 +67,7 @@ static int usage(const QStringList &args) std::cout << qPrintable(LC::tr("\nUsage:\n" " lconvert [options] [] ...\n\n" - "lconvert is part of Qt's Linguist tool chain. It can be used as a\n" + "lconvert is part of Katie's Linguist tool chain. It can be used as a\n" "stand-alone tool to convert and filter translation data files.\n" "The following file formats are supported:\n\n%1\n" "If multiple input files are specified, they are merged with\n" diff --git a/src/tools/lconvert/lconvert.pod b/src/tools/lconvert/lconvert.pod index 1c3cde573..78c906970 100644 --- a/src/tools/lconvert/lconvert.pod +++ b/src/tools/lconvert/lconvert.pod @@ -1,6 +1,6 @@ =head1 NAME -lconvert - part of Qt's Linguist tool chain +lconvert - part of Katie's Linguist tool chain =head1 SYNOPSIS diff --git a/src/tools/lrelease/lrelease.1 b/src/tools/lrelease/lrelease.1 index ff18e33c6..4b0ec57ac 100644 --- a/src/tools/lrelease/lrelease.1 +++ b/src/tools/lrelease/lrelease.1 @@ -67,13 +67,13 @@ .\" ======================================================================== .\" .IX Title "LRELEASE 1" -.TH LRELEASE 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH LRELEASE 1 "2019-07-02" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -lrelease \- part of Qt's Linguist tool chain +lrelease \- part of Katie's Linguist tool chain .SH "SYNOPSIS" .IX Header "SYNOPSIS" lrelease [options] ts-files [\-qm qm\-file] diff --git a/src/tools/lrelease/lrelease.cpp b/src/tools/lrelease/lrelease.cpp index fe4b12c6e..57b525a08 100644 --- a/src/tools/lrelease/lrelease.cpp +++ b/src/tools/lrelease/lrelease.cpp @@ -76,7 +76,7 @@ static void printUsage() printOut(LR::tr( "Usage:\n" " lrelease [options] ts-files [-qm qm-file]\n\n" - "lrelease is part of Qt's Linguist tool chain. It can be used as a\n" + "lrelease is part of Katie's Linguist tool chain. It can be used as a\n" "stand-alone tool to convert XML-based translations files in the TS\n" "format into the 'compiled' QM format used by QTranslator objects.\n\n" "Options:\n" diff --git a/src/tools/lrelease/lrelease.pod b/src/tools/lrelease/lrelease.pod index d3c54a3f0..ebf9c9df7 100644 --- a/src/tools/lrelease/lrelease.pod +++ b/src/tools/lrelease/lrelease.pod @@ -1,6 +1,6 @@ =head1 NAME -lrelease - part of Qt's Linguist tool chain +lrelease - part of Katie's Linguist tool chain =head1 SYNOPSIS diff --git a/src/tools/lupdate/lupdate.1 b/src/tools/lupdate/lupdate.1 index 33923d433..cc0622afe 100644 --- a/src/tools/lupdate/lupdate.1 +++ b/src/tools/lupdate/lupdate.1 @@ -67,13 +67,13 @@ .\" ======================================================================== .\" .IX Title "LUPDATE 1" -.TH LUPDATE 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH LUPDATE 1 "2019-07-02" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -lupdate \- part of Qt's Linguist tool chain +lupdate \- part of Katie's Linguist tool chain .SH "SYNOPSIS" .IX Header "SYNOPSIS" lupdate [options] [source\-file|path|@lst\-file] ... \-ts ts\-files|@lst\-file diff --git a/src/tools/lupdate/lupdate.cpp b/src/tools/lupdate/lupdate.cpp index becbc2c81..f7b156315 100644 --- a/src/tools/lupdate/lupdate.cpp +++ b/src/tools/lupdate/lupdate.cpp @@ -88,7 +88,7 @@ static void printUsage() printOut(LU::tr( "Usage:\n" " lupdate [options] [source-file|path|@lst-file]... -ts ts-files|@lst-file\n\n" - "lupdate is part of Qt's Linguist tool chain. It extracts translatable\n" + "lupdate is part of Katie's Linguist tool chain. It extracts translatable\n" "messages from Qt UI files, C++ and JavaScript/QtScript source code.\n" "Extracted messages are stored in textual translation source files (typically\n" "Qt TS XML). New and modified messages can be merged into existing TS files.\n\n" diff --git a/src/tools/lupdate/lupdate.pod b/src/tools/lupdate/lupdate.pod index 5383e28e0..c44526baf 100644 --- a/src/tools/lupdate/lupdate.pod +++ b/src/tools/lupdate/lupdate.pod @@ -1,6 +1,6 @@ =head1 NAME -lupdate - part of Qt's Linguist tool chain +lupdate - part of Katie's Linguist tool chain =head1 SYNOPSIS diff --git a/src/tools/moc/moc.1 b/src/tools/moc/moc.1 index 6ad298dea..5cbf75157 100644 --- a/src/tools/moc/moc.1 +++ b/src/tools/moc/moc.1 @@ -67,13 +67,13 @@ .\" ======================================================================== .\" .IX Title "MOC 1" -.TH MOC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH MOC 1 "2019-07-02" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -moc \- Qt meta object support code generator +moc \- Katie meta object support code generator .SH "SYNOPSIS" .IX Header "SYNOPSIS" moc [options] [] ... diff --git a/src/tools/moc/moc.pod b/src/tools/moc/moc.pod index 36a84750a..b75360bbb 100644 --- a/src/tools/moc/moc.pod +++ b/src/tools/moc/moc.pod @@ -1,6 +1,6 @@ =head1 NAME -moc - Qt meta object support code generator +moc - Katie meta object support code generator =head1 SYNOPSIS diff --git a/src/tools/qdbus/qdbus.1 b/src/tools/qdbus/qdbus.1 index c58474513..07a6cb7ba 100644 --- a/src/tools/qdbus/qdbus.1 +++ b/src/tools/qdbus/qdbus.1 @@ -67,7 +67,7 @@ .\" ======================================================================== .\" .IX Title "QDBUS 1" -.TH QDBUS 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH QDBUS 1 "2019-07-01" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/src/tools/qdbus/qdbuscpp2xml.1 b/src/tools/qdbus/qdbuscpp2xml.1 index 1f5107ed1..44263fbed 100644 --- a/src/tools/qdbus/qdbuscpp2xml.1 +++ b/src/tools/qdbus/qdbuscpp2xml.1 @@ -67,7 +67,7 @@ .\" ======================================================================== .\" .IX Title "QDBUSCPP2XML 1" -.TH QDBUSCPP2XML 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH QDBUSCPP2XML 1 "2019-07-01" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/src/tools/qdbus/qdbusxml2cpp.1 b/src/tools/qdbus/qdbusxml2cpp.1 index c051a4cfa..3b777c477 100644 --- a/src/tools/qdbus/qdbusxml2cpp.1 +++ b/src/tools/qdbus/qdbusxml2cpp.1 @@ -67,7 +67,7 @@ .\" ======================================================================== .\" .IX Title "QDBUSXML2CPP 1" -.TH QDBUSXML2CPP 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH QDBUSXML2CPP 1 "2019-07-01" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/src/tools/qdbus/qdbusxml2cpp.cpp b/src/tools/qdbus/qdbusxml2cpp.cpp index 2b7f4d0c4..d6925b5b0 100644 --- a/src/tools/qdbus/qdbusxml2cpp.cpp +++ b/src/tools/qdbus/qdbusxml2cpp.cpp @@ -124,7 +124,7 @@ static void showHelp() static void showVersion() { printf("%s version %s\n", PROGRAMNAME, PROGRAMVERSION); - printf("D-Bus binding tool for Qt\n"); + printf("D-Bus binding tool for Katie\n"); exit(0); } diff --git a/src/tools/qdbusviewer/qdbusviewermain.cpp b/src/tools/qdbusviewer/qdbusviewermain.cpp index 52881c143..d641b67fa 100644 --- a/src/tools/qdbusviewer/qdbusviewermain.cpp +++ b/src/tools/qdbusviewer/qdbusviewermain.cpp @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) QApplication app(argc, argv); QMainWindow mw; app.setWindowIcon(QIcon(QLatin1String(":/trolltech/qdbusviewer/images/qdbusviewer.png"))); - mw.setWindowTitle(app.translate("QtDBusViewer", "Qt D-Bus Viewer")); + mw.setWindowTitle(app.translate("QtDBusViewer", "Katie D-Bus Viewer")); QTabWidget *mainWidget = new QTabWidget; diff --git a/src/tools/qscript/qscript.1 b/src/tools/qscript/qscript.1 index bd46db11a..6f22da706 100644 --- a/src/tools/qscript/qscript.1 +++ b/src/tools/qscript/qscript.1 @@ -67,7 +67,7 @@ .\" ======================================================================== .\" .IX Title "QSCRIPT 1" -.TH QSCRIPT 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH QSCRIPT 1 "2019-07-01" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/src/tools/qtconfig/mainwindow.cpp b/src/tools/qtconfig/mainwindow.cpp index d58b9eee2..a49ca8c58 100644 --- a/src/tools/qtconfig/mainwindow.cpp +++ b/src/tools/qtconfig/mainwindow.cpp @@ -756,15 +756,15 @@ void MainWindow::helpAbout() "

Copyright (C) 2015 The Qt Company Ltd." "

Copyright (C) 2016-2019 Ivailo Monev" ) - .arg(tr("Qt Configuration")).arg(QLatin1String(QT_VERSION_STR))); - box.setWindowTitle(tr("Qt Configuration")); + .arg(tr("Katie Configuration")).arg(QLatin1String(QT_VERSION_STR))); + box.setWindowTitle(tr("Katie Configuration")); box.setIcon(QMessageBox::NoIcon); box.exec(); } void MainWindow::helpAboutQt() { - QMessageBox::aboutQt(this, tr("Qt Configuration")); + QMessageBox::aboutQt(this, tr("Katie Configuration")); } void MainWindow::pageChanged(int pageNumber) diff --git a/src/tools/rcc/rcc.1 b/src/tools/rcc/rcc.1 index 9f8854f34..5a5f371a9 100644 --- a/src/tools/rcc/rcc.1 +++ b/src/tools/rcc/rcc.1 @@ -67,13 +67,13 @@ .\" ======================================================================== .\" .IX Title "RCC 1" -.TH RCC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH RCC 1 "2019-07-02" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -rcc \- Qt resource compiler +rcc \- Katie resource compiler .SH "SYNOPSIS" .IX Header "SYNOPSIS" rcc [options] [] ... diff --git a/src/tools/rcc/rcc.pod b/src/tools/rcc/rcc.pod index 7b39633bd..ccbea7e49 100644 --- a/src/tools/rcc/rcc.pod +++ b/src/tools/rcc/rcc.pod @@ -1,6 +1,6 @@ =head1 NAME -rcc - Qt resource compiler +rcc - Katie resource compiler =head1 SYNOPSIS diff --git a/src/tools/uic/uic.1 b/src/tools/uic/uic.1 index 533f0e990..d80f32197 100644 --- a/src/tools/uic/uic.1 +++ b/src/tools/uic/uic.1 @@ -67,13 +67,13 @@ .\" ======================================================================== .\" .IX Title "UIC 1" -.TH UIC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual" +.TH UIC 1 "2019-07-02" "Katie 4.9.0" "Katie Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -uic \- Qt User Interface Compiler +uic \- Katie User Interface Compiler .SH "SYNOPSIS" .IX Header "SYNOPSIS" uic [options] diff --git a/src/tools/uic/uic.pod b/src/tools/uic/uic.pod index be9cadb4f..112c7ae86 100644 --- a/src/tools/uic/uic.pod +++ b/src/tools/uic/uic.pod @@ -1,6 +1,6 @@ =head1 NAME -uic - Qt User Interface Compiler +uic - Katie User Interface Compiler =head1 SYNOPSIS diff --git a/src/tools/uic/uicmain.cpp b/src/tools/uic/uicmain.cpp index f6b9789f7..bc0a4a3e4 100644 --- a/src/tools/uic/uicmain.cpp +++ b/src/tools/uic/uicmain.cpp @@ -95,7 +95,7 @@ int runUic(int argc, char *argv[]) } else if (opt == QLatin1String("-d") || opt == QLatin1String("-dependencies")) { driver.option().dependencies = true; } else if (opt == QLatin1String("-v") || opt == QLatin1String("-version")) { - fprintf(stderr, "Qt User Interface Compiler version %s\n", QT_VERSION_STR); + fprintf(stderr, "Katie User Interface Compiler version %s\n", QT_VERSION_STR); return 0; } else if (opt == QLatin1String("-o") || opt == QLatin1String("-output")) { ++arg;