summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility/accessiblewidgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/qaccessibility/accessiblewidgets.h')
-rw-r--r--tests/auto/other/qaccessibility/accessiblewidgets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/qaccessibility/accessiblewidgets.h b/tests/auto/other/qaccessibility/accessiblewidgets.h
index d436f81d17..13ca687dd9 100644
--- a/tests/auto/other/qaccessibility/accessiblewidgets.h
+++ b/tests/auto/other/qaccessibility/accessiblewidgets.h
@@ -74,7 +74,7 @@ class KFooButton: public QPushButton
{
Q_OBJECT
public:
- KFooButton(const QString &text, QWidget* parent = 0)
+ KFooButton(const QString &text, QWidget *parent = nullptr)
: QPushButton(text, parent)
{}
};