summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/history.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/uic/baseline/history.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/history.ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/tools/uic/baseline/history.ui.h b/tests/auto/tools/uic/baseline/history.ui.h
index b0eccba5bc..ed0637bfcf 100644
--- a/tests/auto/tools/uic/baseline/history.ui.h
+++ b/tests/auto/tools/uic/baseline/history.ui.h
@@ -93,9 +93,9 @@ public:
void retranslateUi(QDialog *HistoryDialog)
{
- HistoryDialog->setWindowTitle(QApplication::translate("HistoryDialog", "History", Q_NULLPTR));
- removeButton->setText(QApplication::translate("HistoryDialog", "&Remove", Q_NULLPTR));
- removeAllButton->setText(QApplication::translate("HistoryDialog", "Remove &All", Q_NULLPTR));
+ HistoryDialog->setWindowTitle(QApplication::translate("HistoryDialog", "History", nullptr));
+ removeButton->setText(QApplication::translate("HistoryDialog", "&Remove", nullptr));
+ removeAllButton->setText(QApplication::translate("HistoryDialog", "Remove &All", nullptr));
} // retranslateUi
};