summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem_p.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-05-18 15:52:39 (GMT)
committerRoberto Raggi <roberto.raggi@nokia.com>2009-05-18 15:52:39 (GMT)
commit6e8f112492dec917cdcd9bc50b992eca5d41b998 (patch)
tree9e33dcf2be94b6d83b9b660dce83b8b067d96061 /src/declarative/fx/qfxitem_p.h
parent5102432c71e859b4d1450ed8482de049d1e83e5a (diff)
downloadQt-6e8f112492dec917cdcd9bc50b992eca5d41b998.zip
Qt-6e8f112492dec917cdcd9bc50b992eca5d41b998.tar.gz
Qt-6e8f112492dec917cdcd9bc50b992eca5d41b998.tar.bz2
Fixed #includes
Diffstat (limited to 'src/declarative/fx/qfxitem_p.h')
-rw-r--r--src/declarative/fx/qfxitem_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/fx/qfxitem_p.h b/src/declarative/fx/qfxitem_p.h
index 8ca7fda..85ce171 100644
--- a/src/declarative/fx/qfxitem_p.h
+++ b/src/declarative/fx/qfxitem_p.h
@@ -53,11 +53,11 @@
// We mean it.
//
-#include "qfxitem.h"
+#include <QtDeclarative/qfxitem.h>
#include <private/qsimplecanvasitem_p.h>
#include <private/qmlnullablevalue_p.h>
-#include <qml.h>
-#include <qmlcontext.h>
+#include <QtDeclarative/qml.h>
+#include <QtDeclarative/qmlcontext.h>
#include <QtCore/qlist.h>
QT_BEGIN_NAMESPACE