From d024fc0cc94121dac865b1cd87cf036d7716a691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Nilsen?= <bjorn.nilsen@nokia.com> Date: Thu, 11 Aug 2011 15:23:33 +0200 Subject: [PATCH] Compile. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I13f95b415b28467617c4ca804e706082150d253e Reviewed-on: http://codereview.qt.nokia.com/2870 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> --- src/declarative/scenegraph/qsgadaptationlayer_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarative/scenegraph/qsgadaptationlayer_p.h b/src/declarative/scenegraph/qsgadaptationlayer_p.h index 7533e00278..820650eb56 100644 --- a/src/declarative/scenegraph/qsgadaptationlayer_p.h +++ b/src/declarative/scenegraph/qsgadaptationlayer_p.h @@ -44,7 +44,7 @@ #include "qsgnode.h" #include "qsgtexture.h" -#include "qsgtext_p.h" +#include <private/qsgtext_p.h> #include <QtCore/qobject.h> #include <QtCore/qrect.h> -- GitLab