Rename headers to end with _p.h

Frameworks have a convention of naming uninstalled headers in src/ with
a _p at the end of the name, to make it clear they are not part of the
API. None of the headers in KImageFormats are installed, so it is not
really necessary to follow this convention, but we follow it anyway for
the benefit of both humans and tools (like kapidox).
This commit is contained in:
Alex Merry 2014-08-03 18:05:15 +01:00
parent a96a255f71
commit c9ca1f1862
25 changed files with 13 additions and 13 deletions

View File

@ -19,7 +19,7 @@
* rgb dds files only -- TODO
*/
#include "dds.h"
#include "dds_p.h"
#include <QtCore/QStringList>
#include <QImage>

View File

@ -6,7 +6,7 @@
*
* This library is distributed under the conditions of the GNU LGPL.
*/
#include "eps.h"
#include "eps_p.h"
#include <QDebug>
#include <QImage>

View File

@ -7,7 +7,7 @@
* This library is distributed under the conditions of the GNU LGPL.
*/
#include "exr.h"
#include "exr_p.h"
#include <ImfRgbaFile.h>
#include <ImfStandardAttributes.h>

View File

@ -8,7 +8,7 @@
version 2 of the License, or (at your option) any later version.
*/
#include "hdr.h"
#include "hdr_p.h"
#include <QImage>
#include <QtCore/QDataStream>

View File

@ -5,7 +5,7 @@
* This library is distributed under the conditions of the GNU LGPL.
*/
#include "jp2.h"
#include "jp2_p.h"
#include <config-jp2.h>

View File

@ -7,7 +7,7 @@
version 2 of the License, or (at your option) any later version.
*/
#include "pcx.h"
#include "pcx_p.h"
#include <QColor>
#include <QDataStream>

View File

@ -25,7 +25,7 @@
* with his permission.
*/
#include "pic.h"
#include "pic_p.h"
#include <QDataStream>
#include <QDebug>

View File

@ -17,7 +17,7 @@
* not supported
*/
#include "psd.h"
#include "psd_p.h"
#include <QImage>
#include <QtCore/QDataStream>

View File

@ -9,7 +9,7 @@
version 2 of the License, or (at your option) any later version.
*/
#include "ras.h"
#include "ras_p.h"
#include <QImage>
#include <QtCore/QDataStream>

View File

@ -21,7 +21,7 @@
* saved by this filter.
*/
#include "rgb.h"
#include "rgb_p.h"
#include <QtCore/QMap>
#include <QtCore/QVector>

View File

@ -18,7 +18,7 @@
* uncompressed true color tga files
*/
#include "tga.h"
#include "tga_p.h"
#include <assert.h>

View File

@ -19,7 +19,7 @@
*
*/
#include "xcf.h"
#include "xcf_p.h"
#include <stdlib.h>
#include <QImage>
@ -29,7 +29,7 @@
#include <QtCore/QVector>
// #include <QDebug>
#include "gimp.h"
#include "gimp_p.h"
const float INCHESPERMETER = (100.0f / 2.54f);