aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-11-05 10:45:09 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-05 16:00:11 +0100
commit60b944b773485646d3994377be74d7ae7d9669e2 (patch)
tree253a8ace5ead402d54af6d614c0972e824209b4c /examples
parent189c2333cb8e9f88cd08e83134b25b35c3f6407a (diff)
examples: make macfunctions build again
Task-number: QTBUG-34031 Change-Id: I959596206c8090f2bc38bba05a27678471c07480 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/macextras/macfunctions/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/macextras/macfunctions/main.cpp b/examples/macextras/macfunctions/main.cpp
index a1563ba..11c98c8 100644
--- a/examples/macextras/macfunctions/main.cpp
+++ b/examples/macextras/macfunctions/main.cpp
@@ -40,7 +40,7 @@
****************************************************************************/
-#include <QGuiApplication>
+#include <QApplication>
#include <QMenu>
#include <QPixmap>
#include <QWidget>
@@ -48,7 +48,7 @@
int main(int argc, char **argv)
{
- QGuiApplication app(argc, argv);
+ QApplication app(argc, argv);
QWidget widget;
widget.show();