summaryrefslogtreecommitdiffstats
path: root/examples/animation
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-05-27 18:50:20 +0200
committerOlivier Goffart <ogoffart@trolltech.com>2009-05-27 19:05:48 +0200
commita9308e78e9b8aea110316c18489dd222936e13e4 (patch)
tree8ae6200f70c0afa987e45fc47b9d6f726f6ab8ae /examples/animation
parent665614ede1de33d5ccfacb81c1463896a99ffd86 (diff)
Compile without OpenGL
Reviewed-by: Alexis
Diffstat (limited to 'examples/animation')
-rw-r--r--examples/animation/sub-attaq/mainwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/animation/sub-attaq/mainwindow.cpp b/examples/animation/sub-attaq/mainwindow.cpp
index a166241274..9cf9eb56ba 100644
--- a/examples/animation/sub-attaq/mainwindow.cpp
+++ b/examples/animation/sub-attaq/mainwindow.cpp
@@ -43,11 +43,11 @@
#include "mainwindow.h"
#include "graphicsscene.h"
+//Qt
+#include <QtGui/QtGui>
#ifndef QT_NO_OPENGL
- #include <QtOpenGL/QtOpenGL>
+#include <QtOpenGL/QtOpenGL>
#endif
-//Qt
-#include <QtGui/QGraphicsView>
MainWindow::MainWindow() : QMainWindow(0)
{