aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Cattell <matthew.cattell@nokia.com>2011-09-12 15:43:09 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-09-12 16:34:20 +0200
commitafab3625c0287c51fbc5fc07b37522d1809dfb13 (patch)
treea566e01af097bee62617ea43e43df2c8e3574c0b
parent884e0194eecb5d0c13218818972542f87ca46393 (diff)
changed include to use newly public qsgvertexcolormaterial header
Change-Id: I701b573b6c93d6e69ea6f8fc16b5913162bf9ace Reviewed-on: http://codereview.qt-project.org/4680 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
-rw-r--r--src/declarative/scenegraph/qsgdefaultrectanglenode.cpp2
-rw-r--r--src/declarative/scenegraph/util/qsgvertexcolormaterial.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/scenegraph/qsgdefaultrectanglenode.cpp b/src/declarative/scenegraph/qsgdefaultrectanglenode.cpp
index 2905f06489..fbd8e0e7ed 100644
--- a/src/declarative/scenegraph/qsgdefaultrectanglenode.cpp
+++ b/src/declarative/scenegraph/qsgdefaultrectanglenode.cpp
@@ -44,7 +44,7 @@
#include "qsgdefaultrectanglenode_p.h"
-#include <private/qsgvertexcolormaterial_p.h>
+#include <qsgvertexcolormaterial.h>
#include "qsgtexturematerial.h"
#include <private/qsgcontext_p.h>
diff --git a/src/declarative/scenegraph/util/qsgvertexcolormaterial.cpp b/src/declarative/scenegraph/util/qsgvertexcolormaterial.cpp
index 26edbc22ca..637d549279 100644
--- a/src/declarative/scenegraph/util/qsgvertexcolormaterial.cpp
+++ b/src/declarative/scenegraph/util/qsgvertexcolormaterial.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include "qsgvertexcolormaterial_p.h"
+#include "qsgvertexcolormaterial.h"
#include <qopenglshaderprogram.h>