summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qmlgraphicsimagebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qmlgraphicsimagebase.cpp')
-rw-r--r--src/declarative/fx/qmlgraphicsimagebase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qmlgraphicsimagebase.cpp b/src/declarative/fx/qmlgraphicsimagebase.cpp
index d71438d..ccc5045 100644
--- a/src/declarative/fx/qmlgraphicsimagebase.cpp
+++ b/src/declarative/fx/qmlgraphicsimagebase.cpp
@@ -39,13 +39,13 @@
**
****************************************************************************/
-#include "qmlgraphicsimagebase.h"
#include "qmlgraphicsimagebase_p.h"
+#include "qmlgraphicsimagebase_p_p.h"
#include <QNetworkRequest>
#include <QNetworkReply>
#include <QFile>
#include <QtDeclarative/qmlengine.h>
-#include <QtDeclarative/qmlgraphicspixmapcache.h>
+#include <private/qmlgraphicspixmapcache_p.h>
QT_BEGIN_NAMESPACE