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/painting/painterpaths/renderarea.cpp | 2 +- examples/painting/painterpaths/window.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/painting/painterpaths') diff --git a/examples/painting/painterpaths/renderarea.cpp b/examples/painting/painterpaths/renderarea.cpp index 977fe30ed0..9bff70bb41 100644 --- a/examples/painting/painterpaths/renderarea.cpp +++ b/examples/painting/painterpaths/renderarea.cpp @@ -38,7 +38,7 @@ ** ****************************************************************************/ -#include +#include #include "renderarea.h" diff --git a/examples/painting/painterpaths/window.cpp b/examples/painting/painterpaths/window.cpp index 429f470b26..2c3c0225c7 100644 --- a/examples/painting/painterpaths/window.cpp +++ b/examples/painting/painterpaths/window.cpp @@ -38,7 +38,7 @@ ** ****************************************************************************/ -#include +#include #include -- cgit v1.2.3