diff options
| author | Lars Knoll <lars.knoll@nokia.com> | 2011-05-07 22:57:49 +0200 |
|---|---|---|
| committer | Lars Knoll <lars.knoll@nokia.com> | 2011-05-07 22:57:49 +0200 |
| commit | e510b6e4661f256a736b1eff42b4b7586acef788 (patch) | |
| tree | e727e3df4ac98feb4fe6ef550ae39492c2843b66 /examples/animation/stickman/graphicsview.cpp | |
| parent | 9474f82f8a4ca4abfc349c17debd84f26148fc20 (diff) | |
include fixes
Fixed the include statements
added QT+=widgets in examples/network to
get them to compile. Will need something better
than doing it manually.
Diffstat (limited to 'examples/animation/stickman/graphicsview.cpp')
| -rw-r--r-- | examples/animation/stickman/graphicsview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/animation/stickman/graphicsview.cpp b/examples/animation/stickman/graphicsview.cpp index 23036efe92c..e83a6e10f2e 100644 --- a/examples/animation/stickman/graphicsview.cpp +++ b/examples/animation/stickman/graphicsview.cpp @@ -42,8 +42,8 @@ #include "stickman.h" #include <QtGui/QKeyEvent> -#include <QtGui/QGraphicsScene> -#include <QtGui/QGraphicsView> +#include <QtWidgets/QGraphicsScene> +#include <QtWidgets/QGraphicsView> GraphicsView::GraphicsView(QWidget *parent) : QGraphicsView(parent), m_editor(0) {} |
