]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawlinerectangle.h
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / actions / actiondrawlinerectangle.h
index 829ea2e579b648a206f67e62ae9329ca1f6295ed..93eebd1c7e40fd928f9f037badc24e55d89337a6 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __ACTIONDRAWLINERECTANGLE_H__
 #define __ACTIONDRAWLINERECTANGLE_H__
 
-#include "rs_line.h"
+#include "line.h"
 #include "actioninterface.h"
 #include "vector.h"
 
@@ -41,17 +41,11 @@ class ActionDrawLineRectangle: public ActionInterface
                virtual void updateToolBar();
 
        protected:
-               /**
-                * Line data for the 4 lines.
-                */
+               /** Line data for the 4 lines. */
                RS_LineData data[4];
-               /**
-                * 1st corner.
-                */
+               /** 1st corner. */
                Vector corner1;
-               /**
-                * 2nd corner.
-                */
+               /** 2nd corner. */
                Vector corner2;
 };