X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_fileio.h;h=320463ad04ee29294d3f10caa233f7cf24da070d;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=4eeb2c90cc1d982345e7796a5b7b1ed0e51afdc9;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_fileio.h b/src/base/rs_fileio.h index 4eeb2c9..320463a 100644 --- a/src/base/rs_fileio.h +++ b/src/base/rs_fileio.h @@ -6,7 +6,7 @@ #define RS_FILEIO RS_FileIO::instance() -class RS_Graphic; +class Drawing; /** * API Class for importing files. @@ -26,10 +26,10 @@ class RS_FileIO RS_FilterInterface * getImportFilter(RS2::FormatType t); RS_FilterInterface * getExportFilter(RS2::FormatType t); - bool fileImport(RS_Graphic & graphic, const QString & file, + bool fileImport(Drawing & graphic, const QString & file, RS2::FormatType type = RS2::FormatUnknown); - bool fileExport(RS_Graphic & graphic, const QString & file, + bool fileExport(Drawing & graphic, const QString & file, RS2::FormatType type = RS2::FormatUnknown); RS2::FormatType detectFormat(const QString & file);