]> Shamusworld >> Repos - architektonas/blobdiff - src/base/undoable.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / undoable.cpp
similarity index 96%
rename from src/base/rs_undoable.cpp
rename to src/base/undoable.cpp
index e11a34452d286d6d077c5509da61b94ec01bbe1d..04b8501ab408679b1fd9ebd352c6ba19ba9d97c9 100644 (file)
@@ -1,4 +1,4 @@
-// rs_undoable.cpp
+// undoable.cpp
 //
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
@@ -14,9 +14,9 @@
 // JLH  06/02/2010  Added this text. :-)
 //
 
-#include "rs_undoable.h"
+#include "undoable.h"
 
-#include "rs_undocycle.h"
+#include "undocycle.h"
 
 /**
  * Default constructor.