]> Shamusworld >> Repos - architektonas/blobdiff - src/base/selection.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / selection.cpp
similarity index 98%
rename from src/base/rs_selection.cpp
rename to src/base/selection.cpp
index d2ab97d69e7514078ded5051ac480729846d70e9..1261f7098325549366d71d4d9443e0ed9cab1978 100644 (file)
@@ -1,4 +1,4 @@
-// rs_selection.cpp
+// selection.cpp
 //
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // JLH  06/02/2010  Added this text. :-)
 //
 
-#include "rs_selection.h"
+#include "selection.h"
 
 #include "drawing.h"
-#include "rs_entity.h"
+#include "entity.h"
 #include "graphicview.h"
-#include "rs_information.h"
-#include "rs_polyline.h"
+#include "information.h"
+#include "polyline.h"
 
 /**
  * Default constructor.