KImgIO
xview.h
Go to the documentation of this file.00001 // This library is distributed under the conditions of the GNU LGPL. 00002 #ifndef XVIEW_H 00003 #define XVIEW_H 00004 00005 class QImageIO; 00006 00007 extern "C" { 00008 void kimgio_xv_read( QImageIO * ); 00009 void kimgio_xv_write( QImageIO * ); 00010 } 00011 00012 #endif