From 60b944b773485646d3994377be74d7ae7d9669e2 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 5 Nov 2013 10:45:09 +0100 Subject: examples: make macfunctions build again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-34031 Change-Id: I959596206c8090f2bc38bba05a27678471c07480 Reviewed-by: Jake Petroules Reviewed-by: Morten Johan Sørvig --- examples/macextras/macfunctions/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 +#include #include #include #include @@ -48,7 +48,7 @@ int main(int argc, char **argv) { - QGuiApplication app(argc, argv); + QApplication app(argc, argv); QWidget widget; widget.show(); -- cgit v1.2.3