diff options
author | Sze Howe Koh <szehowe.koh@gmail.com> | 2013-01-25 19:54:58 +0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-29 15:48:25 +0100 |
commit | 5391ecd599858a416999e3e7bb367653edf89383 (patch) | |
tree | defd0633dc89c29bfef7b301d14bcb9601a94358 /src/svg/qsvgstructure_p.h | |
parent | 4c5311698427746772df628d26689a44484bb879 (diff) | |
download | qtsvg-5391ecd599858a416999e3e7bb367653edf89383.tar.gz |
Fix module name format in file headers
Follow the conventions at
http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation
Change-Id: I418bbd3817d433a1b82f0f0fea68f2235d2abc5a
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'src/svg/qsvgstructure_p.h')
-rw-r--r-- | src/svg/qsvgstructure_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/qsvgstructure_p.h b/src/svg/qsvgstructure_p.h index 0e96a13..7203681 100644 --- a/src/svg/qsvgstructure_p.h +++ b/src/svg/qsvgstructure_p.h @@ -3,7 +3,7 @@ ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** -** This file is part of the QtSvg module of the Qt Toolkit. +** This file is part of the Qt SVG module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage |