summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/tools/moc/oldstyle-casts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/moc/oldstyle-casts.h b/tests/auto/tools/moc/oldstyle-casts.h
index 42f8381072..0c4e9e8e00 100644
--- a/tests/auto/tools/moc/oldstyle-casts.h
+++ b/tests/auto/tools/moc/oldstyle-casts.h
@@ -43,7 +43,7 @@
#define OLDSTYLE_CASTS_H
#include <QtCore/qobject.h>
-class Foo: public QObject
+class OldStyleCast: public QObject
{
Q_OBJECT
public: