mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
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:
parent
a96a255f71
commit
c9ca1f1862
@ -19,7 +19,7 @@
|
||||
* rgb dds files only -- TODO
|
||||
*/
|
||||
|
||||
#include "dds.h"
|
||||
#include "dds_p.h"
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
#include <QImage>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -25,7 +25,7 @@
|
||||
* with his permission.
|
||||
*/
|
||||
|
||||
#include "pic.h"
|
||||
#include "pic_p.h"
|
||||
|
||||
#include <QDataStream>
|
||||
#include <QDebug>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* not supported
|
||||
*/
|
||||
|
||||
#include "psd.h"
|
||||
#include "psd_p.h"
|
||||
|
||||
#include <QImage>
|
||||
#include <QtCore/QDataStream>
|
||||
|
@ -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>
|
||||
|
@ -21,7 +21,7 @@
|
||||
* saved by this filter.
|
||||
*/
|
||||
|
||||
#include "rgb.h"
|
||||
#include "rgb_p.h"
|
||||
|
||||
#include <QtCore/QMap>
|
||||
#include <QtCore/QVector>
|
||||
|
@ -18,7 +18,7 @@
|
||||
* uncompressed true color tga files
|
||||
*/
|
||||
|
||||
#include "tga.h"
|
||||
#include "tga_p.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user