summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/utils/texturehelper_p.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-05-30 10:14:11 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-05-30 10:20:24 +0300
commitcf02fdc674c462fa037ee0625837032e2b573911 (patch)
tree6c1849c660c44525b1d625e5db73d36a7a2ce26f /src/datavis3d/utils/texturehelper_p.h
parent0d3417870860efdffdeda0dd7a5d1f3e7203138b (diff)
QTCOMMERCIAL -> QTENTERPRISE
Change-Id: I2130b908e2fd4f019a33c61ed099f74f9d28d1f8 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavis3d/utils/texturehelper_p.h')
-rw-r--r--src/datavis3d/utils/texturehelper_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datavis3d/utils/texturehelper_p.h b/src/datavis3d/utils/texturehelper_p.h
index 4ea5ada3..e848f063 100644
--- a/src/datavis3d/utils/texturehelper_p.h
+++ b/src/datavis3d/utils/texturehelper_p.h
@@ -56,7 +56,7 @@
#include <QOpenGLFunctions>
#include <QRgb>
-QTCOMMERCIALDATAVIS3D_BEGIN_NAMESPACE
+QTENTERPRISE_DATAVIS3D_BEGIN_NAMESPACE
class TextureHelper : protected QOpenGLFunctions
{
@@ -87,6 +87,6 @@ class TextureHelper : protected QOpenGLFunctions
friend class Q3DMapsPrivate;
};
-QTCOMMERCIALDATAVIS3D_END_NAMESPACE
+QTENTERPRISE_DATAVIS3D_END_NAMESPACE
#endif