summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qeuckrcodec_p.h
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-07-03 21:53:27 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-20 18:48:22 +0100
commit712cfb509484599f1586f68cc379e3e7464e9967 (patch)
treedb87f7142b21f9c4015088d86e20bb6e5cf6044f /src/corelib/codecs/qeuckrcodec_p.h
parent15e4df7d83fd30e16f014bc1ddc5d55884b388aa (diff)
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 <lars.knoll@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/codecs/qeuckrcodec_p.h')
-rw-r--r--src/corelib/codecs/qeuckrcodec_p.h19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/corelib/codecs/qeuckrcodec_p.h b/src/corelib/codecs/qeuckrcodec_p.h
index d5be33e74b..51895705ae 100644
--- a/src/corelib/codecs/qeuckrcodec_p.h
+++ b/src/corelib/codecs/qeuckrcodec_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
@@ -64,8 +64,19 @@
* SUCH DAMAGE.
*/
-#ifndef QEUCKRCODEC_H
-#define QEUCKRCODEC_H
+#ifndef QEUCKRCODEC_P_H
+#define QEUCKRCODEC_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>
@@ -126,4 +137,4 @@ public:
QT_END_NAMESPACE
-#endif // QEUCKRCODEC_H
+#endif // QEUCKRCODEC_P_H