summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtsensors5/tst_qtsensors5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtsensors5/tst_qtsensors5.cpp')
-rw-r--r--tests/auto/qtsensors5/tst_qtsensors5.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qtsensors5/tst_qtsensors5.cpp b/tests/auto/qtsensors5/tst_qtsensors5.cpp
index 719876fd..8d62f485 100644
--- a/tests/auto/qtsensors5/tst_qtsensors5.cpp
+++ b/tests/auto/qtsensors5/tst_qtsensors5.cpp
@@ -43,11 +43,11 @@
#include <QQmlEngine>
#include <QQmlComponent>
-class tst_qtsensors5 : public QObject
+class tst_QtSensors : public QObject
{
Q_OBJECT
public:
- tst_qtsensors5(QObject *parent = 0)
+ tst_QtSensors(QObject *parent = 0)
: QObject(parent)
{
}
@@ -62,6 +62,6 @@ private slots:
}
};
-QTEST_MAIN(tst_qtsensors5)
+QTEST_MAIN(tst_QtSensors)
#include "tst_qtsensors5.moc"