]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_fileio.h
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
[architektonas] / src / base / rs_fileio.h
index 4eeb2c90cc1d982345e7796a5b7b1ed0e51afdc9..320463ad04ee29294d3f10caa233f7cf24da070d 100644 (file)
@@ -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);