summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/identifierpage.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/uic/baseline/identifierpage.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/identifierpage.ui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/tools/uic/baseline/identifierpage.ui.h b/tests/auto/tools/uic/baseline/identifierpage.ui.h
index 68649a8a9e..fd77cc3f8c 100644
--- a/tests/auto/tools/uic/baseline/identifierpage.ui.h
+++ b/tests/auto/tools/uic/baseline/identifierpage.ui.h
@@ -92,10 +92,10 @@ public:
void retranslateUi(QWidget *IdentifierPage)
{
- IdentifierPage->setWindowTitle(QApplication::translate("IdentifierPage", "Form", Q_NULLPTR));
- identifierCheckBox->setText(QApplication::translate("IdentifierPage", "Create identifiers", Q_NULLPTR));
- globalButton->setText(QApplication::translate("IdentifierPage", "Global prefix:", Q_NULLPTR));
- fileNameButton->setText(QApplication::translate("IdentifierPage", "Inherit prefix from file names", Q_NULLPTR));
+ IdentifierPage->setWindowTitle(QApplication::translate("IdentifierPage", "Form", nullptr));
+ identifierCheckBox->setText(QApplication::translate("IdentifierPage", "Create identifiers", nullptr));
+ globalButton->setText(QApplication::translate("IdentifierPage", "Global prefix:", nullptr));
+ fileNameButton->setText(QApplication::translate("IdentifierPage", "Inherit prefix from file names", nullptr));
} // retranslateUi
};