summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2009-04-15 01:29:19 (GMT)
committerKurt Korbatits <kurt.korbatits@nokia.com>2009-04-15 01:29:19 (GMT)
commitc0cba96117acc1d3086ede51f0779a51b7f29fb0 (patch)
treee87620ead16510751c8ba76f11e6dbd8396fb904 /examples/widgets
parent7f0b685d8cc56bece74585af8e74454185dc785a (diff)
downloadQt-c0cba96117acc1d3086ede51f0779a51b7f29fb0.zip
Qt-c0cba96117acc1d3086ede51f0779a51b7f29fb0.tar.gz
Qt-c0cba96117acc1d3086ede51f0779a51b7f29fb0.tar.bz2
Changed codeeditor include to use double quotes, was failing to compile uncer windows.
Reviewed-by: Justin McPherson
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/codeeditor/codeeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/codeeditor/codeeditor.cpp b/examples/widgets/codeeditor/codeeditor.cpp
index b855c7a..615f39f 100644
--- a/examples/widgets/codeeditor/codeeditor.cpp
+++ b/examples/widgets/codeeditor/codeeditor.cpp
@@ -41,7 +41,7 @@
#include <QtGui>
-#include <codeeditor.h>
+#include "codeeditor.h"
//![constructor]