summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/outputpage.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/uic/baseline/outputpage.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/outputpage.ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/tools/uic/baseline/outputpage.ui.h b/tests/auto/tools/uic/baseline/outputpage.ui.h
index 6d0c392f7e..9648be0ed4 100644
--- a/tests/auto/tools/uic/baseline/outputpage.ui.h
+++ b/tests/auto/tools/uic/baseline/outputpage.ui.h
@@ -90,9 +90,9 @@ public:
void retranslateUi(QWidget *OutputPage)
{
- OutputPage->setWindowTitle(QApplication::translate("OutputPage", "Form", Q_NULLPTR));
- label->setText(QApplication::translate("OutputPage", "Project file name:", Q_NULLPTR));
- label_2->setText(QApplication::translate("OutputPage", "Collection file name:", Q_NULLPTR));
+ OutputPage->setWindowTitle(QApplication::translate("OutputPage", "Form", nullptr));
+ label->setText(QApplication::translate("OutputPage", "Project file name:", nullptr));
+ label_2->setText(QApplication::translate("OutputPage", "Collection file name:", nullptr));
} // retranslateUi
};