From e510b6e4661f256a736b1eff42b4b7586acef788 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 7 May 2011 22:57:49 +0200 Subject: include fixes Fixed the include statements added QT+=widgets in examples/network to get them to compile. Will need something better than doing it manually. --- examples/mainwindows/dockwidgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/mainwindows/dockwidgets') diff --git a/examples/mainwindows/dockwidgets/mainwindow.cpp b/examples/mainwindows/dockwidgets/mainwindow.cpp index 296eec2242..5a0c1f6ad9 100644 --- a/examples/mainwindows/dockwidgets/mainwindow.cpp +++ b/examples/mainwindows/dockwidgets/mainwindow.cpp @@ -39,7 +39,7 @@ ****************************************************************************/ //! [0] -#include +#include #include "mainwindow.h" //! [0] -- cgit v1.2.3