From 712cfb509484599f1586f68cc379e3e7464e9967 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sun, 3 Jul 2011 21:53:27 +0200 Subject: cosmetic adjustments for files moved to core/codecs -update old reference to 'plugin' -rename multiple inclusion guards -add private header warning text Change-Id: I4c582dcba549d871bd8d929bee5372586117eabb Reviewed-by: Lars Knoll Reviewed-by: Thiago Macieira --- src/corelib/codecs/qjiscodec_p.h | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'src/corelib/codecs/qjiscodec_p.h') diff --git a/src/corelib/codecs/qjiscodec_p.h b/src/corelib/codecs/qjiscodec_p.h index 3cd7c80c3b..4a0fc43354 100644 --- a/src/corelib/codecs/qjiscodec_p.h +++ b/src/corelib/codecs/qjiscodec_p.h @@ -4,7 +4,7 @@ ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** -** This file is part of the plugins of the Qt Toolkit. +** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** GNU Lesser General Public License Usage @@ -68,8 +68,19 @@ * SUCH DAMAGE. */ -#ifndef QJISCODEC_H -#define QJISCODEC_H +#ifndef QJISCODEC_P_H +#define QJISCODEC_P_H + +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists for the convenience +// of other Qt classes. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// #include "qjpunicode_p.h" #include @@ -103,4 +114,4 @@ protected: QT_END_NAMESPACE -#endif // QJISCODEC_H +#endif // QJISCODEC_P_H -- cgit v1.2.3