From 63569a68d2fd5ca90c4660e632fba2f3f3b37d73 Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Sat, 29 Dec 2012 02:09:39 +0800 Subject: Doc: Fix module name format Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation QtCore -> Qt Core QtDBus -> Qt D-Bus QtDesigner -> Qt Designer QtGui -> Qt GUI QtImageFormats -> Qt Image Formats QtNetwork -> Qt Network QtPrintSupport -> Qt Print Support QtScript -> Qt Script QtSql -> Qt SQL QtSvg -> Qt SVG QtTest -> Qt Test QtWebKit -> Qt WebKit QtWidgets -> Qt Widgets QtXml -> Qt XML QtConcurrent -> Qt Concurrent (partial) QtQuick -> Qt Quick (partial) Also, distinguish between "module" and "library" Change-Id: Icb8aa695ae60b0e45920b0c8fce4dc763a12b0cd Reviewed-by: Jerome Pasion --- src/opengl/doc/src/qtopengl-index.qdoc | 2 +- src/opengl/doc/src/qtopengl-module.qdoc | 2 +- src/opengl/qglpaintdevice_p.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/opengl') diff --git a/src/opengl/doc/src/qtopengl-index.qdoc b/src/opengl/doc/src/qtopengl-index.qdoc index 4a97da46f7..94109aa706 100644 --- a/src/opengl/doc/src/qtopengl-index.qdoc +++ b/src/opengl/doc/src/qtopengl-index.qdoc @@ -28,7 +28,7 @@ /*! \page qtopengl-index.html \title Qt OpenGL - \brief The QtOpenGL module offers classes that make it easy to + \brief The Qt OpenGL module offers classes that make it easy to use OpenGL in Qt applications. \warning Apart from the \l{QGLWidget} class, this module should not be used diff --git a/src/opengl/doc/src/qtopengl-module.qdoc b/src/opengl/doc/src/qtopengl-module.qdoc index a0aef0e0d3..e75eb49447 100644 --- a/src/opengl/doc/src/qtopengl-module.qdoc +++ b/src/opengl/doc/src/qtopengl-module.qdoc @@ -31,7 +31,7 @@ \ingroup modules \ingroup technology-apis - \brief The QtOpenGL module offers classes that make it easy to + \brief The Qt OpenGL module offers classes that make it easy to use OpenGL in Qt applications. \warning Apart from the \l{QGLWidget} class, this module should not be used diff --git a/src/opengl/qglpaintdevice_p.h b/src/opengl/qglpaintdevice_p.h index b80267e985..4fa17306b5 100644 --- a/src/opengl/qglpaintdevice_p.h +++ b/src/opengl/qglpaintdevice_p.h @@ -47,7 +47,7 @@ // ------------- // // This file is not part of the Qt API. It exists for the convenience -// of the QtOpenGL module. This header file may change from +// of the Qt OpenGL module. This header file may change from // version to version without notice, or even be removed. // // We mean it. -- cgit v1.2.3