summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qsjiscodec_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qsjiscodec_p.h')
-rw-r--r--src/corelib/codecs/qsjiscodec_p.h19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/corelib/codecs/qsjiscodec_p.h b/src/corelib/codecs/qsjiscodec_p.h
index df1449b8e2..f8efcae6f8 100644
--- a/src/corelib/codecs/qsjiscodec_p.h
+++ b/src/corelib/codecs/qsjiscodec_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 QSJISCODEC_H
-#define QSJISCODEC_H
+#ifndef QSJISCODEC_P_H
+#define QSJISCODEC_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 <QtCore/qtextcodec.h>
@@ -103,4 +114,4 @@ protected:
QT_END_NAMESPACE
-#endif // QSJISCODEC_H
+#endif // QSJISCODEC_P_H