summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlview.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-01 01:17:15 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-01 01:17:15 (GMT)
commit913dd563064e8047fe738fc9c79135adfb928977 (patch)
tree28477b156da3dc84876cec403f56876126ac94e8 /src/declarative/util/qmlview.cpp
parent27e55ed231f2afe5a775c3ea92f2ef4bf1f6a26d (diff)
downloadQt-913dd563064e8047fe738fc9c79135adfb928977.zip
Qt-913dd563064e8047fe738fc9c79135adfb928977.tar.gz
Qt-913dd563064e8047fe738fc9c79135adfb928977.tar.bz2
Remove include styles that rely on configure.
May help modularization (syncqt and configure are Qt-specific).
Diffstat (limited to 'src/declarative/util/qmlview.cpp')
-rw-r--r--src/declarative/util/qmlview.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/declarative/util/qmlview.cpp b/src/declarative/util/qmlview.cpp
index afeead2..dc14730 100644
--- a/src/declarative/util/qmlview.cpp
+++ b/src/declarative/util/qmlview.cpp
@@ -53,16 +53,16 @@
#include "qml.h"
#include "qmlgraphicsitem.h"
-#include "private/qperformancelog_p_p.h"
-#include "private/qfxperf_p_p.h"
+#include "qperformancelog_p_p.h"
+#include "qfxperf_p_p.h"
#include "qmlview.h"
#include <qmlengine.h>
#include <qmlcontext.h>
-#include <private/qmldebug_p.h>
-#include <private/qmldebugservice_p.h>
+#include "qmldebug_p.h"
+#include "qmldebugservice_p.h"
#include <QtCore/qabstractanimation.h>
-#include <private/qmlglobal_p.h>
+#include "qmlglobal_p.h"
QT_BEGIN_NAMESPACE