From cf05e19fd0a28a5423d76a804ca02261e3cf9cb7 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 16 Jun 2009 20:53:04 +1000 Subject: Make the codeeditor example compile on Windows. Local includes should use the double-quote form of #include rather than the angle-bracket form. Reviewed-by: Trust Me (cherry picked from commit 7f00209fe9face275e068d889973aa943cdfcb00) --- examples/widgets/codeeditor/codeeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/codeeditor/codeeditor.cpp b/examples/widgets/codeeditor/codeeditor.cpp index e113a24..b4f984a 100644 --- a/examples/widgets/codeeditor/codeeditor.cpp +++ b/examples/widgets/codeeditor/codeeditor.cpp @@ -41,7 +41,7 @@ #include -#include +#include "codeeditor.h" //![constructor] -- cgit v0.12