summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qjpunicode_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qjpunicode_p.h')
-rw-r--r--src/corelib/codecs/qjpunicode_p.h19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/corelib/codecs/qjpunicode_p.h b/src/corelib/codecs/qjpunicode_p.h
index 069f49a137..82b3d2caf6 100644
--- a/src/corelib/codecs/qjpunicode_p.h
+++ b/src/corelib/codecs/qjpunicode_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 QJPUNICODE_H
-#define QJPUNICODE_H
+#ifndef QJPUNICODE_P_H
+#define QJPUNICODE_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/qglobal.h>
@@ -171,4 +182,4 @@ private:
QT_END_NAMESPACE
-#endif // QJPUNICODE_H
+#endif // QJPUNICODE_P_H