X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_filterdxf1.h;h=5f86af52548573ab70f3222fd9e3dbdff5dc38b3;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=bb6de8013c6c32b657ddb0f63a5c5d1b9efa8f87;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_filterdxf1.h b/src/base/rs_filterdxf1.h index bb6de80..5f86af5 100644 --- a/src/base/rs_filterdxf1.h +++ b/src/base/rs_filterdxf1.h @@ -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')