aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-02-06 02:37:28 -0500
committerMorten Johan Sørvig <morten.sorvig@digia.com>2013-02-25 08:12:41 +0100
commit2ee7abead671c0b4a5dbd322977adeb5885691b8 (patch)
treeae10cb9ca61924467f6d8db76cd7a3c5c42118d7 /examples
parent569947966bc876e2ac3aef0dcb6ad3bf343b9769 (diff)
Fix QtMacFunctions example build with Qt 4.x and 5.0.
Change-Id: I66f93e03fa918256895a5148e85088f54feb41c5 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/macfunctions/main.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/macfunctions/main.cpp b/examples/macfunctions/main.cpp
index 9e0b466..38ebd0c 100644
--- a/examples/macfunctions/main.cpp
+++ b/examples/macfunctions/main.cpp
@@ -37,7 +37,10 @@
****************************************************************************/
-#include <QtWidgets/QtWidgets>
+#include <QApplication>
+#include <QMenu>
+#include <QPixmap>
+#include <QWidget>
#include <qtmacfunctions.h>
int main(int argc, char **argv)