summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/myform.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/uic/baseline/myform.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/myform.ui.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/auto/tools/uic/baseline/myform.ui.h b/tests/auto/tools/uic/baseline/myform.ui.h
index 4c58bceed9..6e7873c5ad 100644
--- a/tests/auto/tools/uic/baseline/myform.ui.h
+++ b/tests/auto/tools/uic/baseline/myform.ui.h
@@ -123,17 +123,17 @@ public:
void retranslateUi(QWidget *Form)
{
- Form->setWindowTitle(QApplication::translate("Form", "Export Document", 0));
- groupBox->setTitle(QApplication::translate("Form", "Export Options", 0));
- radioButton_2->setText(QApplication::translate("Form", "&DocBook", 0));
- radioButton->setText(QApplication::translate("Form", "&LaTeX", 0));
- checkBox_2->setText(QApplication::translate("Form", "Include p&ictures", 0));
- checkBox->setText(QApplication::translate("Form", "&Compress", 0));
- radioButton_2_2->setText(QApplication::translate("Form", "&HTML", 0));
- radioButton_3->setText(QApplication::translate("Form", "&PostScript", 0));
- radioButton_4->setText(QApplication::translate("Form", "PD&F", 0));
- checkBox_3->setText(QApplication::translate("Form", "Include &metadata", 0));
- checkBox_4->setText(QApplication::translate("Form", "Create inde&x", 0));
+ Form->setWindowTitle(QApplication::translate("Form", "Export Document", Q_NULLPTR));
+ groupBox->setTitle(QApplication::translate("Form", "Export Options", Q_NULLPTR));
+ radioButton_2->setText(QApplication::translate("Form", "&DocBook", Q_NULLPTR));
+ radioButton->setText(QApplication::translate("Form", "&LaTeX", Q_NULLPTR));
+ checkBox_2->setText(QApplication::translate("Form", "Include p&ictures", Q_NULLPTR));
+ checkBox->setText(QApplication::translate("Form", "&Compress", Q_NULLPTR));
+ radioButton_2_2->setText(QApplication::translate("Form", "&HTML", Q_NULLPTR));
+ radioButton_3->setText(QApplication::translate("Form", "&PostScript", Q_NULLPTR));
+ radioButton_4->setText(QApplication::translate("Form", "PD&F", Q_NULLPTR));
+ checkBox_3->setText(QApplication::translate("Form", "Include &metadata", Q_NULLPTR));
+ checkBox_4->setText(QApplication::translate("Form", "Create inde&x", Q_NULLPTR));
} // retranslateUi
};