]> Shamusworld >> Repos - architektonas/blobdiff - src/base/filterdxf1.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / base / filterdxf1.h
index 422fa2c98e661bf56b56d89f3a9741434b318768..1deea27e6f331c1d4d736a6fcd43bb7933272699 100644 (file)
  *
  * @author Andrew Mustun
  */
-class RS_FilterDXF1 : public RS_FilterInterface
+class FilterDXF1 : public FilterInterface
 {
 public:
-    RS_FilterDXF1();
-    ~RS_FilterDXF1() {}
+    FilterDXF1();
+    ~FilterDXF1() {}
 
        /**
         * @return RS2::FormatDXF1.
@@ -40,7 +40,7 @@ public:
 
     virtual bool fileExport(Drawing& /*g*/, const QString& /*file*/,
                RS2::FormatType /*type*/) {
-        RS_DEBUG->print(RS_Debug::D_WARNING,
+        DEBUG->print(Debug::D_WARNING,
                         "Exporting of QCad 1.x file not implemented");
                return false;
     }