summaryrefslogtreecommitdiffstats
path: root/examples/animation
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago.santos@openbossa.org>2009-05-29 22:42:51 (GMT)
committerThiago Marcos P. Santos <thiago.santos@openbossa.org>2009-05-29 22:43:18 (GMT)
commitd8ccdc88128999febfa7cc0c9d49f8a9ae8cc118 (patch)
tree22bd64a81668c65a12d287c424ca52de624b332e /examples/animation
parent766cf07cbe7ebfda01dad163bb070fff7e3077d5 (diff)
downloadQt-d8ccdc88128999febfa7cc0c9d49f8a9ae8cc118.zip
Qt-d8ccdc88128999febfa7cc0c9d49f8a9ae8cc118.tar.gz
Qt-d8ccdc88128999febfa7cc0c9d49f8a9ae8cc118.tar.bz2
Fixed sub-attaq example build
Diffstat (limited to 'examples/animation')
-rw-r--r--examples/animation/sub-attaq/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/animation/sub-attaq/mainwindow.cpp b/examples/animation/sub-attaq/mainwindow.cpp
index 5e8e259..123363b 100644
--- a/examples/animation/sub-attaq/mainwindow.cpp
+++ b/examples/animation/sub-attaq/mainwindow.cpp
@@ -44,6 +44,8 @@
#include "graphicsscene.h"
//Qt
+#include <QGraphicsView>
+
#ifdef QT_NO_OPENGL
#include <QtGui/QMenuBar>
#include <QtGui/QLayout>