aboutsummaryrefslogtreecommitdiffstats
path: root/examples/macextras/macfunctions/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/macextras/macfunctions/main.cpp')
-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();