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/widgets/orientation/main.cpp | |
| parent | 43b9a99983e19302d47c938c1cf936c80b8cb337 (diff) | |
Examples: Fix compilation.
Diffstat (limited to 'examples/widgets/orientation/main.cpp')
| -rw-r--r-- | examples/widgets/orientation/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/orientation/main.cpp b/examples/widgets/orientation/main.cpp index 34b05d6a667..afaf211b243 100644 --- a/examples/widgets/orientation/main.cpp +++ b/examples/widgets/orientation/main.cpp @@ -1,4 +1,4 @@ -#include <QtGui/QApplication> +#include <QtWidgets/QApplication> #include "mainwindow.h" //! [0] |
