diff options
| author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-05-25 09:15:14 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-05-25 09:15:14 +0200 |
| commit | 4d778f7976417a94d25a4bbcbcfa3955e4ded97a (patch) | |
| tree | 787f8007fb932ce56bb83d43802bc8e013cd7265 /examples/opengl/cube/main.cpp | |
| parent | 43b9a99983e19302d47c938c1cf936c80b8cb337 (diff) | |
Examples: Fix compilation.
Diffstat (limited to 'examples/opengl/cube/main.cpp')
| -rw-r--r-- | examples/opengl/cube/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/cube/main.cpp b/examples/opengl/cube/main.cpp index faac8a0bd8d..e5b99e77e70 100644 --- a/examples/opengl/cube/main.cpp +++ b/examples/opengl/cube/main.cpp @@ -1,4 +1,4 @@ -#include <QtGui/QApplication> +#include <QApplication> #include <QLabel> #ifndef QT_NO_OPENGL |
