]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_filterdxf1.h
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
[architektonas] / src / base / rs_filterdxf1.h
index bb6de8013c6c32b657ddb0f63a5c5d1b9efa8f87..5f86af52548573ab70f3222fd9e3dbdff5dc38b3 100644 (file)
@@ -36,9 +36,9 @@ public:
                return false;
        }*/
 
-    virtual bool fileImport(RS_Graphic& g, const QString& file, RS2::FormatType /*type*/);
+    virtual bool fileImport(Drawing& g, const QString& file, RS2::FormatType /*type*/);
 
-    virtual bool fileExport(RS_Graphic& /*g*/, const QString& /*file*/,
+    virtual bool fileExport(Drawing& /*g*/, const QString& /*file*/,
                RS2::FormatType /*type*/) {
         RS_DEBUG->print(RS_Debug::D_WARNING,
                         "Exporting of QCad 1.x file not implemented");
@@ -88,7 +88,7 @@ public:
 
 protected:
     /** Pointer to the graphic we currently operate on. */
-    RS_Graphic* graphic;
+    Drawing* graphic;
     FILE*   fPointer;         // File pointer
     char*   fBuf;             // Filebuffer
     int     fBufP;            // Filebuffer-Pointer (walks through 'fBuf')