diff --git a/tests/auto/widgets/widgets/qsplitter/tst_qsplitter.cpp b/tests/auto/widgets/widgets/qsplitter/tst_qsplitter.cpp index cc65accdc3..332aa7c6d3 100644 --- a/tests/auto/widgets/widgets/qsplitter/tst_qsplitter.cpp +++ b/tests/auto/widgets/widgets/qsplitter/tst_qsplitter.cpp @@ -763,7 +763,7 @@ void tst_QSplitter::replaceWidget() // the same size on the new widget. Because of QLabel's sizing // constraints (they can expand but not shrink) the easiest is // to set a shorter label. - QLabel *newWidget = new QLabel(QLatin1String("NEW")); + QLabel *newWidget = new QLabel(QLatin1String("NEW")); EventCounterSpy ef(&sp); ef.installEventFilter();