summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2012-10-15 15:40:28 +0200
committerJan Arve Sæther <jan-arve.saether@digia.com>2012-10-19 17:42:14 +0200
commit2b6edec5c205fa1162d8b9e91c45fa42bdbda634 (patch)
treed17533d898763026a35059e5fd75e8b0044a20de /src/widgets/doc/snippets
parent55a36aed7935984846db2342e37160057cb3bec8 (diff)
Doc: Added landing-, examples- and C++ class list-page to qtwidgets
It seems this is the pattern to follow: landing page: qtwidgets-index.html examples page: qtwidgets-examples.html class list page: qtwidgets-module.html Change-Id: I3e5459fe650178e0398cb43181b594c0f12a170e Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/widgets/doc/snippets')
-rw-r--r--src/widgets/doc/snippets/widgets-tutorial/template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/snippets/widgets-tutorial/template.cpp b/src/widgets/doc/snippets/widgets-tutorial/template.cpp
index 189578ef1b..c67ce374c0 100644
--- a/src/widgets/doc/snippets/widgets-tutorial/template.cpp
+++ b/src/widgets/doc/snippets/widgets-tutorial/template.cpp
@@ -39,7 +39,7 @@
****************************************************************************/
//! [main.cpp body]
-#include <QtGui>
+#include <QtWidgets>
// Include header files for application components.
// ...