KImgIO
psd.h
Go to the documentation of this file.00001 /* This file is part of the KDE project 00002 Copyright (C) 2003 Ignacio Castaņo <castano@ludicon.com> 00003 00004 This program is free software; you can redistribute it and/or 00005 modify it under the terms of the Lesser GNU General Public 00006 License as published by the Free Software Foundation; either 00007 version 2 of the License, or (at your option) any later version. 00008 */ 00009 00010 #ifndef KIMG_PSD_H 00011 #define KIMG_PSD_H 00012 00013 #include <kdemacros.h> 00014 00015 class QImageIO; 00016 00017 extern "C" { 00018 KDE_EXPORT void kimgio_psd_read( QImageIO * ); 00019 KDE_EXPORT void kimgio_psd_write( QImageIO * ); 00020 } 00021 00022 #endif 00023