summaryrefslogtreecommitdiffstats
path: root/tests/barstest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/barstest')
-rw-r--r--tests/barstest/chart.cpp10
-rw-r--r--tests/barstest/chart.h6
-rw-r--r--tests/barstest/main.cpp2
3 files changed, 9 insertions, 9 deletions
diff --git a/tests/barstest/chart.cpp b/tests/barstest/chart.cpp
index 2f21801f..08ce4d94 100644
--- a/tests/barstest/chart.cpp
+++ b/tests/barstest/chart.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the QtDataVis3D module.
+** This file is part of the QtDataVisualization module.
**
** Licensees holding valid Qt Enterprise licenses may use this file in
** accordance with the Qt Enterprise License Agreement provided with the
@@ -17,12 +17,12 @@
****************************************************************************/
#include "chart.h"
-#include <QtDataVis3D/q3dcategoryaxis.h>
-#include <QtDataVis3D/q3dvalueaxis.h>
-#include <QtDataVis3D/qbardataproxy.h>
+#include <QtDataVisualization/q3dcategoryaxis.h>
+#include <QtDataVisualization/q3dvalueaxis.h>
+#include <QtDataVisualization/qbardataproxy.h>
#include <QTime>
-QT_DATAVIS3D_USE_NAMESPACE
+QT_DATAVISUALIZATION_USE_NAMESPACE
const QString celsiusString = QString(QChar(0xB0)) + "C";
diff --git a/tests/barstest/chart.h b/tests/barstest/chart.h
index 7210d606..bd601021 100644
--- a/tests/barstest/chart.h
+++ b/tests/barstest/chart.h
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the QtDataVis3D module.
+** This file is part of the QtDataVisualization module.
**
** Licensees holding valid Qt Enterprise licenses may use this file in
** accordance with the Qt Enterprise License Agreement provided with the
@@ -19,14 +19,14 @@
#ifndef CHARTMODIFIER_H
#define CHARTMODIFIER_H
-#include <QtDataVis3D/q3dbars.h>
+#include <QtDataVisualization/q3dbars.h>
#include <QFont>
#include <QDebug>
#include <QStringList>
#include <QPointer>
-using namespace QtDataVis3D;
+using namespace QtDataVisualization;
class ChartModifier : public QObject
{
diff --git a/tests/barstest/main.cpp b/tests/barstest/main.cpp
index a59f1de1..b5225d4c 100644
--- a/tests/barstest/main.cpp
+++ b/tests/barstest/main.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
-** This file is part of the QtDataVis3D module.
+** This file is part of the QtDataVisualization module.
**
** Licensees holding valid Qt Enterprise licenses may use this file in
** accordance with the Qt Enterprise License Agreement provided with the