summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qgb18030codec_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qgb18030codec_p.h')
-rw-r--r--src/corelib/codecs/qgb18030codec_p.h19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/corelib/codecs/qgb18030codec_p.h b/src/corelib/codecs/qgb18030codec_p.h
index 492f59b295..5a98c99077 100644
--- a/src/corelib/codecs/qgb18030codec_p.h
+++ b/src/corelib/codecs/qgb18030codec_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
@@ -41,8 +41,19 @@
// Contributed by James Su <suzhe@gnuchina.org>
-#ifndef QGB18030CODEC_H
-#define QGB18030CODEC_H
+#ifndef QGB18030CODEC_P_H
+#define QGB18030CODEC_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 <QtCore/qtextcodec.h>
#include <QtCore/qlist.h>
@@ -156,4 +167,4 @@ public:
QT_END_NAMESPACE
-#endif // QGB18030CODEC_H
+#endif // QGB18030CODEC_P_H