summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qfontjpcodec_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qfontjpcodec_p.h')
-rw-r--r--src/corelib/codecs/qfontjpcodec_p.h19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/corelib/codecs/qfontjpcodec_p.h b/src/corelib/codecs/qfontjpcodec_p.h
index 1f577498fb..f22ab38790 100644
--- a/src/corelib/codecs/qfontjpcodec_p.h
+++ b/src/corelib/codecs/qfontjpcodec_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
@@ -39,8 +39,19 @@
**
****************************************************************************/
-#ifndef QFONTJPCODEC_H
-#define QFONTJPCODEC_H
+#ifndef QFONTJPCODEC_P_H
+#define QFONTJPCODEC_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>
@@ -90,4 +101,4 @@ private:
QT_END_NAMESPACE
-#endif // QFONTJPCODEC_H
+#endif // QFONTJPCODEC_P_H