]> Shamusworld >> Repos - architektonas/blobdiff - src/base/hatch.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / hatch.cpp
similarity index 99%
rename from src/base/rs_hatch.cpp
rename to src/base/hatch.cpp
index ef1fa550752ed3f660aa996ae4af1046268e10f3..1ff09027d1520d598dd7fa39c4b03ce25c335482 100644 (file)
@@ -1,4 +1,4 @@
-// rs_hatch.cpp
+// hatch.cpp
 //
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // JLH  05/28/2010  Added this text. :-)
 //
 
-#include "rs_hatch.h"
+#include "hatch.h"
 
 #include <QtCore>
 #include "drawing.h"
 #include "graphicview.h"
-#include "rs_information.h"
+#include "information.h"
 #include "paintinterface.h"
-#include "rs_pattern.h"
-#include "rs_patternlist.h"
+#include "pattern.h"
+#include "patternlist.h"
 
 /**
  * Constructor.