Move kimageformats code to the root directory.

This commit is contained in:
Jenkins CI
2013-12-18 00:45:18 +00:00
parent 29f9dc7e4f
commit 47df9483fd
67 changed files with 0 additions and 0 deletions

21
src/imageformats/hdr.h Normal file
View File

@ -0,0 +1,21 @@
/* This file is part of the KDE project
Copyright (C) 2005 Christoph Hormann <chris_hormann@gmx.de>
This program is free software; you can redistribute it and/or
modify it under the terms of the Lesser GNU General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
*/
#ifndef KIMG_HDR_H
#define KIMG_HDR_H
class QImageIO;
extern "C" {
void kimgio_hdr_read(QImageIO *);
void kimgio_hdr_write(QImageIO *);
}
#endif