summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/pixmapitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/sub-attaq/pixmapitem.cpp')
-rw-r--r--examples/animation/sub-attaq/pixmapitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/animation/sub-attaq/pixmapitem.cpp b/examples/animation/sub-attaq/pixmapitem.cpp
index aa8b552..22a363f 100644
--- a/examples/animation/sub-attaq/pixmapitem.cpp
+++ b/examples/animation/sub-attaq/pixmapitem.cpp
@@ -43,7 +43,7 @@
#include "pixmapitem.h"
//Qt
-#include <QDir>
+#include <QtCore/QDir>
PixmapItem::PixmapItem(const QString &fileName,GraphicsScene::Mode mode, QGraphicsItem * parent) : QGraphicsPixmapItem(parent),name(fileName)
{