summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-09-14 15:35:32 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-17 03:24:15 +0200
commiteedcc340f1c1e8bb09759946a4b2c241e219cc58 (patch)
tree82bccd0f8ec9b61027254795616efdaa31620e50 /examples/spectrum/app
parent4840be02398041315da8be67041a8cd9152ee8a1 (diff)
Compile with refactor
Change-Id: I248f811a13ca00ccbf5d342a556d389bca625856 Reviewed-on: http://codereview.qt-project.org/4940 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'examples/spectrum/app')
-rw-r--r--examples/spectrum/app/app.pro1
-rw-r--r--examples/spectrum/app/main.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/spectrum/app/app.pro b/examples/spectrum/app/app.pro
index 120ea43c1..28cc16ab0 100644
--- a/examples/spectrum/app/app.pro
+++ b/examples/spectrum/app/app.pro
@@ -90,3 +90,4 @@ macx {
}
+QT+=widgets
diff --git a/examples/spectrum/app/main.cpp b/examples/spectrum/app/main.cpp
index ca4f078db..af567a000 100644
--- a/examples/spectrum/app/main.cpp
+++ b/examples/spectrum/app/main.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui/QApplication>
+#include <QtWidgets/QApplication>
#include "mainwidget.h"
int main(int argc, char **argv)