]> Shamusworld >> Repos - architektonas/blobdiff - src/base/entity.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / entity.cpp
similarity index 98%
rename from src/base/rs_entity.cpp
rename to src/base/entity.cpp
index ff86b6bb8d914b5db9100946fd0e61e1f6d85ec9..bf5be9cff0eaf6b824fcaf2cf9298756c9cc01d1 100644 (file)
@@ -1,4 +1,4 @@
-// rs_entity.cpp
+// entity.cpp
 //
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // JLH  05/28/2010  Added this text. :-)
 //
 
-#include "rs_entity.h"
+#include "entity.h"
 
 #include <iostream>
-#include "rs_arc.h"
-#include "rs_circle.h"
-#include "rs_debug.h"
-#include "rs_document.h"
-#include "rs_ellipse.h"
+#include "arc.h"
+#include "circle.h"
+#include "debug.h"
+#include "document.h"
+#include "ellipse.h"
 #include "drawing.h"
 #include "graphicview.h"
-#include "rs_insert.h"
-#include "rs_layer.h"
-#include "rs_line.h"
-#include "rs_point.h"
-#include "rs_polyline.h"
-#include "rs_text.h"
-#include "rs_units.h"
+#include "insert.h"
+#include "layer.h"
+#include "line.h"
+#include "point.h"
+#include "polyline.h"
+#include "text.h"
+#include "units.h"
 
 /**
  * Default constructor.